@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,300;0,14..32,400;0,14..32,500;0,14..32,600;0,14..32,700;0,14..32,800&display=swap";:root{color-scheme:light dark;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;line-height:1.6}#root{width:100%;margin:0 auto;padding:0;text-align:left}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}:root{--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-bg: #f1f5f9;--color-bg-elevated: #ffffff;--color-text: #0f172a;--color-text-muted: #64748b;--color-border: rgba(148, 163, 184, .35);--color-brand: #1877f2;--color-brand-mid: #4f46e5;--color-accent: #00d4aa;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-pill: 9999px;--shadow-sm: 0 1px 3px rgba(15, 23, 42, .06);--shadow-md: 0 8px 24px rgba(15, 23, 42, .08);--shadow-nav: 0 8px 32px rgba(24, 119, 242, .12);--section-pad-y: clamp(4rem, 7vw, 6.5rem);--content-max: 1200px;--focus-ring: 0 0 0 2px var(--color-bg), 0 0 0 4px var(--color-brand)}body[data-theme=dark]{--color-bg: #0b0f14;--color-bg-elevated: #151c28;--color-text: #e8edf4;--color-text-muted: #94a3b8;--color-border: rgba(71, 85, 105, .45);--color-brand: #00ffc8;--color-brand-mid: #34d399;--color-accent: #5eead4;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .35);--shadow-md: 0 12px 32px rgba(0, 0, 0, .4);--shadow-nav: 0 8px 32px rgba(0, 255, 200, .12);--focus-ring: 0 0 0 2px var(--color-bg), 0 0 0 4px var(--color-brand)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);line-height:1.6;color:var(--color-text);background-color:var(--color-bg);transition:background-color .35s ease,color .35s ease}body[data-theme=dark]{color:var(--color-text);background-color:var(--color-bg)}.app-shell{min-height:100vh;position:relative;background:radial-gradient(ellipse 120% 60% at 50% -15%,rgba(99,102,241,.07),transparent 55%),var(--color-bg)}body[data-theme=dark] .app-shell{background:radial-gradient(ellipse 100% 50% at 50% 0%,rgba(0,255,200,.04),transparent 50%),var(--color-bg)}::selection{background:#1877f238;color:inherit}body[data-theme=dark] ::selection{background:#00ffc833}a:focus-visible,button:focus-visible,.nav-item:focus-visible,[role=button]:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:4px}.nav-item:focus-visible{border-radius:6px}main{scroll-padding-top:5.5rem}.container{max-width:var(--content-max);margin:0 auto;padding:0 clamp(1rem,3vw,1.5rem)}.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:var(--shadow-nav)}body[data-theme=dark] .modern-navbar{background:#161e2ae0;border-color:#00ffc82e;box-shadow:var(--shadow-nav)}.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:.75rem;justify-content:flex-end;align-items:center}@media(min-width:1100px){.nav-links{gap:1.15rem}.nav-item{font-size:.875rem}}@media(min-width:769px)and (max-width:1099px){.nav-item{font-size:.78rem}.nav-links{gap:.5rem}}.nav-item{font-weight:500;font-size:.8125rem;color:#1e293b;cursor:pointer;text-decoration:none;position:relative;transition:color .2s ease;white-space:nowrap;padding:.2rem .1rem}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(135deg,#f8fafc,#e8eef7 40%,#f1f5f9);color:var(--color-text);padding:var(--section-pad-y) 1rem 3rem;scroll-margin-top:0}body[data-theme=dark] .modern-hero{background:linear-gradient(135deg,#141a24,#0d1218,#0f1419);color:var(--color-text)}.modern-hero-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:var(--content-max);width:100%;padding:0 clamp(.5rem,2vw,0)}.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:var(--section-pad-y) 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:var(--section-pad-y) 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}}.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-section{position:relative;padding:var(--section-pad-y) 1rem;overflow:hidden;color:var(--color-text);background:linear-gradient(165deg,#f0f4ff,#f8fafc 35%,#ecfeff);scroll-margin-top:5rem}body[data-theme=dark] .skills-section{background:linear-gradient(165deg,#0f1520,#121a2a,#0c1818)}.skills-section__veil{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 20% 0%,rgba(99,102,241,.12),transparent 55%),radial-gradient(ellipse 60% 40% at 90% 100%,rgba(6,182,212,.1),transparent 50%);pointer-events:none;z-index:0}body[data-theme=dark] .skills-section__veil{background:radial-gradient(ellipse 80% 50% at 20% 0%,rgba(99,102,241,.1),transparent 55%),radial-gradient(ellipse 60% 40% at 90% 100%,rgba(0,255,200,.05),transparent 50%)}.skills-inner{position:relative;z-index:1}.skills-head{text-align:center;margin-bottom:2.5rem;max-width:40rem;margin-left:auto;margin-right:auto}.skills-head__kicker{font-size:.68rem;font-weight:800;letter-spacing:.24em;text-transform:uppercase;color:#6366f1;margin:0 0 .6rem}body[data-theme=dark] .skills-head__kicker{color:#a5b4fc}.skills-head__title{font-size:clamp(1.85rem,4.5vw,2.45rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin:0 0 .85rem;background:linear-gradient(115deg,#1e1b4b,#4f46e5,#0d9488);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}body[data-theme=dark] .skills-head__title{background:linear-gradient(115deg,#e0e7ff,#a5b4fc,#5eead4);-webkit-background-clip:text;background-clip:text}.skills-head__lede{font-size:.98rem;line-height:1.6;color:var(--color-text-muted);margin:0}.skills-core{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2.75rem}@media(min-width:700px){.skills-core{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.skills-core{grid-template-columns:repeat(3,1fr);gap:1.1rem}}.skill-pillar{--pillar: #6366f1;--pillar-soft: rgba(99, 102, 241, .12);position:relative;padding:1.2rem 1.15rem 1.15rem;border-radius:var(--radius-lg);background:var(--color-bg-elevated);border:1px solid var(--color-border);border-top:3px solid var(--pillar);box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease}.skill-pillar:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.skill-pillar--indigo{--pillar: #6366f1;--pillar-soft: rgba(99, 102, 241, .14)}.skill-pillar--mint{--pillar: #14b8a6;--pillar-soft: rgba(20, 184, 166, .14)}.skill-pillar--coral{--pillar: #f87171;--pillar-soft: rgba(248, 113, 113, .16)}.skill-pillar--amber{--pillar: #f59e0b;--pillar-soft: rgba(245, 158, 11, .18)}.skill-pillar--cyan{--pillar: #22d3ee;--pillar-soft: rgba(34, 211, 238, .16)}.skill-pillar__head{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-border)}.skill-pillar__icon-wrap{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.7rem;color:#fff;background:linear-gradient(135deg,var(--pillar),color-mix(in srgb,var(--pillar) 70%,#1e1b4b));box-shadow:0 4px 12px var(--pillar-soft);flex-shrink:0}.skill-pillar__lucide{width:1.2rem;height:1.2rem}.skill-pillar__name{font-size:.95rem;font-weight:800;letter-spacing:-.02em;margin:0;color:var(--color-text);line-height:1.3}.skill-pillar__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.skill-meter__row{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.35rem}.skill-meter__label{font-size:.8rem;font-weight:600;color:var(--color-text);letter-spacing:-.01em}.skill-meter__value{font-size:.7rem;font-weight:800;font-variant-numeric:tabular-nums;color:var(--color-text-muted)}.skill-meter__track{height:5px;border-radius:9999px;background:color-mix(in srgb,var(--color-text-muted) 16%,transparent);overflow:hidden}body[data-theme=dark] .skill-meter__track{background:#94a3b833}.skill-meter__fill{height:100%;border-radius:9999px;background:linear-gradient(90deg,var(--pillar),color-mix(in srgb,var(--pillar) 60%,white));transition:width 1.1s cubic-bezier(.33,1,.68,1)}body[data-theme=dark] .skill-meter__fill{background:linear-gradient(90deg,var(--pillar),color-mix(in srgb,var(--pillar) 55%,#0f1419))}.skills-expertise{padding-top:2.25rem;border-top:1px solid var(--color-border)}.skills-expertise__title{font-size:1.2rem;font-weight:800;text-align:center;letter-spacing:-.02em;margin:0 0 .5rem;color:var(--color-text)}.skills-expertise__intro{text-align:center;font-size:.88rem;line-height:1.55;color:var(--color-text-muted);max-width:36rem;margin:0 auto 1.5rem}.skills-expertise__grid{display:grid;grid-template-columns:1fr;gap:.9rem}@media(min-width:640px){.skills-expertise__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.skills-expertise__grid{grid-template-columns:repeat(3,1fr)}}.expertise-card{padding:1rem .95rem 1.1rem;border-radius:var(--radius-md);background:color-mix(in srgb,var(--color-bg-elevated) 88%,var(--color-bg));border:1px solid var(--color-border);box-shadow:var(--shadow-sm);transition:box-shadow .2s ease,border-color .2s ease}.expertise-card:hover{box-shadow:var(--shadow-md);border-color:color-mix(in srgb,var(--color-text-muted) 40%,var(--color-border))}.expertise-card__label{font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .75rem;line-height:1.2}.expertise-card__chips{display:flex;flex-wrap:wrap;gap:.4rem .45rem}.expertise-chip{display:inline-block;font-size:.68rem;font-weight:600;line-height:1.35;padding:.35rem .55rem .35rem .5rem;border-radius:6px;border:1px solid var(--color-border);border-left-width:3px;color:var(--color-text);background:color-mix(in srgb,var(--color-bg-elevated) 85%,var(--color-bg));transition:transform .15s ease}.expertise-chip:hover{transform:translateY(-1px)}@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}.projects-section{padding:var(--section-pad-y) 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:var(--section-pad-y) 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:var(--section-pad-y) 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;object-position:center 25%;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)}}.iot-kicker{color:#0891b2}body[data-theme=dark] .iot-kicker{color:#5eead4}.iot-title-rule{width:3.5rem;height:.2rem;background:linear-gradient(90deg,#22d3ee,#6366f1)}.iot-section{padding:var(--section-pad-y) 0;background:linear-gradient(180deg,#f0f9ff,#eef2ff 40%,#f8fafc);color:#1e293b;overflow:hidden;position:relative}body[data-theme=dark] .iot-section{background:linear-gradient(180deg,#0a1218,#1a2332 45%,#0f1419);color:#e0e0e0}.iot-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(34,211,238,.14),transparent 55%),radial-gradient(ellipse 60% 40% at 100% 80%,rgba(99,102,241,.1),transparent 50%);pointer-events:none}body[data-theme=dark] .iot-section:before{background:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(0,255,200,.07),transparent 55%),radial-gradient(ellipse 60% 40% at 100% 80%,rgba(99,102,241,.08),transparent 50%)}.iot-wrap{position:relative;z-index:1}.iot-showcase{margin:0 auto 3rem;max-width:40rem}.iot-showcase__caption{margin-top:1rem;text-align:center;font-size:.8rem;color:#64748b;letter-spacing:.02em;line-height:1.5;padding:0 .5rem}body[data-theme=dark] .iot-showcase__caption{color:#94a3b8}.iot-block-heading{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:#0891b2;text-align:center;margin-bottom:1.25rem}body[data-theme=dark] .iot-block-heading{color:#5eead4}.iot-mesh{position:relative;width:100%;min-height:280px;isolation:isolate}.iot-mesh--showcase{min-height:300px;border-radius:1.25rem;padding:1.25rem .5rem 1rem;background:linear-gradient(145deg,#fffffff2,#f1f5f9fa);border:1px solid rgba(34,211,238,.22);box-shadow:0 4px 6px -1px #0f172a0f,0 20px 40px -12px #0f172a1f}body[data-theme=dark] .iot-mesh--showcase{background:linear-gradient(145deg,#1e293b99,#0f172ad9);border-color:#00ffc82e;box-shadow:0 4px 6px -1px #0003,0 24px 48px -16px #00000073}.iot-mesh__glow{position:absolute;inset:10%;border-radius:24px;background:radial-gradient(ellipse at center,rgba(34,211,238,.15),transparent 70%);filter:blur(24px);pointer-events:none}body[data-theme=dark] .iot-mesh__glow{background:radial-gradient(ellipse at center,rgba(0,255,200,.08),transparent 70%)}.iot-mesh__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(100,116,139,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(100,116,139,.08) 1px,transparent 1px);background-size:24px 24px;border-radius:20px;opacity:.5;pointer-events:none}body[data-theme=dark] .iot-mesh__grid{background-image:linear-gradient(rgba(0,255,200,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,255,200,.04) 1px,transparent 1px)}.iot-mesh__svg{position:absolute;inset:0;width:100%;height:100%;z-index:0}.iot-mesh__line{stroke-dasharray:8 140;stroke-dashoffset:0;animation:iot-dash 2.2s ease-in-out infinite}.iot-mesh__line--a{animation-delay:0s}.iot-mesh__line--b{animation-delay:.2s}.iot-mesh__line--c{animation-delay:.4s}.iot-mesh__line--d{animation-delay:.6s}@keyframes iot-dash{0%{stroke-dashoffset:0;opacity:.4}50%{opacity:1}to{stroke-dashoffset:-180;opacity:.4}}.iot-mesh__center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:16px;background:linear-gradient(135deg,#22d3ee,#6366f1);display:flex;align-items:center;justify-content:center;box-shadow:0 0 36px #22d3ee59;z-index:2}body[data-theme=dark] .iot-mesh__center{box-shadow:0 0 40px #00ffc840}.iot-mesh__hub-icon{width:2.5rem;height:2.5rem;color:#fff}.iot-mesh__node-icon{width:1.15rem;height:1.15rem;color:#a5f3fc}body[data-theme=dark] .iot-mesh__node-icon{color:#99f6e4}.iot-mesh__node{position:absolute;z-index:2;width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#0f172aeb;border:1px solid rgba(34,211,238,.35);box-shadow:0 4px 20px #0003}body[data-theme=dark] .iot-mesh__node{background:#1a2332f2;border-color:#00ffc840}.iot-mesh__node--tl{top:6%;left:6%}.iot-mesh__node--tr{top:6%;right:6%}.iot-mesh__node--bl{bottom:6%;left:6%}.iot-mesh__node--br{bottom:6%;right:6%}.iot-mesh__ping{position:absolute;inset:-4px;border-radius:16px;border:1px solid rgba(34,211,238,.5);animation:iot-ping 2s ease-out infinite;pointer-events:none}body[data-theme=dark] .iot-mesh__ping{border-color:#00ffc859}@keyframes iot-ping{0%{transform:scale(.9);opacity:.7}to{transform:scale(1.2);opacity:0}}.iot-systems-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:3rem}@media(min-width:640px){.iot-systems-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;align-items:stretch}}.iot-system-card{display:flex;flex-direction:column;gap:.75rem;height:100%;padding:1.35rem 1.25rem 1.5rem;border-radius:1rem;background:#ffffffeb;border:1px solid rgba(148,163,184,.28);box-shadow:inset 0 3px #22d3ee,0 4px 6px -1px #0f172a0f;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.iot-system-card:hover{transform:translateY(-3px);box-shadow:inset 0 3px #22d3ee,0 12px 24px -8px #0f172a1f;border-color:#22d3ee59}body[data-theme=dark] .iot-system-card{background:#1a23328c;border-color:#64748b59;box-shadow:inset 0 3px #2dd4bf,0 4px 6px -1px #0003}body[data-theme=dark] .iot-system-card:hover{border-color:#00ffc847;box-shadow:inset 0 3px #2dd4bf,0 12px 28px -8px #00000059}.iot-system-card__meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.iot-system-card__index{font-size:.65rem;font-weight:800;letter-spacing:.12em;color:#06b6d4;font-variant-numeric:tabular-nums}body[data-theme=dark] .iot-system-card__index{color:#5eead4}.iot-system-card__icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.65rem;color:#fff;background:linear-gradient(135deg,#22d3ee,#4f46e5);box-shadow:0 4px 12px #22d3ee4d}body[data-theme=dark] .iot-system-card__icon{box-shadow:0 4px 14px #00ffc833}.iot-system-card__title{font-size:.95rem;font-weight:700;line-height:1.35;color:#0f172a;margin:0;letter-spacing:-.01em}body[data-theme=dark] .iot-system-card__title{color:#f1f5f9}.iot-system-card__text{font-size:.8rem;line-height:1.6;color:#475569;margin:0;flex:1}body[data-theme=dark] .iot-system-card__text{color:#a8b0c0}@media(min-width:640px){.iot-system-card__text{font-size:.8125rem}}.iot-stack-panel{max-width:40rem;margin:0 auto;padding:1.75rem 1.5rem 1.5rem;border-radius:1.25rem;text-align:center;background:linear-gradient(180deg,#ffffffbf,#f1f5f9e6);border:1px solid rgba(148,163,184,.35);box-shadow:0 2px 8px #0f172a0a}body[data-theme=dark] .iot-stack-panel{background:linear-gradient(180deg,#1e293b73,#0f172a99);border-color:#47556980;box-shadow:0 2px 12px #0003}.iot-stack-panel__label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#0e7490;margin:0 0 .35rem}body[data-theme=dark] .iot-stack-panel__label{color:#5eead4}.iot-stack-panel__hint{font-size:.75rem;color:#64748b;margin:0 0 1.1rem}body[data-theme=dark] .iot-stack-panel__hint{color:#94a3b8}.iot-tag-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem .6rem}.iot-cta{text-align:center;margin-top:2.5rem;padding-bottom:.5rem}.iot-cta__btn{min-width:12rem;padding-left:1.75rem;padding-right:1.75rem}.iot-protocol-tag{display:inline-block;font-size:.7rem;font-weight:600;padding:.4rem .7rem;border-radius:9999px;border:1px solid rgba(6,182,212,.35);background:#06b6d414;color:#0e7490;letter-spacing:.01em}body[data-theme=dark] .iot-protocol-tag{border-color:#00ffc84d;background:#00ffc80f;color:#5eead4}.services-section{position:relative;padding:var(--section-pad-y) 0;overflow:hidden;background:linear-gradient(165deg,#f8fafc,#eef2ff 35%,#f0fdfa);color:#0f172a;scroll-margin-top:5rem}body[data-theme=dark] .services-section{background:linear-gradient(165deg,#0b1020,#1a1f35,#0c1915);color:#e2e8f0}.services-section__glow{position:absolute;inset:-20% -10% auto;height:55%;background:radial-gradient(ellipse 70% 60% at 50% 0%,rgba(99,102,241,.28),transparent 70%),radial-gradient(ellipse 50% 40% at 15% 20%,rgba(6,182,212,.18),transparent 60%);pointer-events:none;z-index:0}body[data-theme=dark] .services-section__glow{background:radial-gradient(ellipse 70% 60% at 50% 0%,rgba(99,102,241,.15),transparent 70%),radial-gradient(ellipse 50% 40% at 85% 10%,rgba(0,255,200,.08),transparent 55%)}.services-wrap{position:relative;z-index:1}.services-intro{text-align:center;max-width:40rem;margin:0 auto 2.75rem}.services-eyebrow{display:inline-block;font-size:.7rem;font-weight:800;letter-spacing:.28em;text-transform:uppercase;color:#6366f1;margin-bottom:.75rem;animation:services-shimmer-eyebrow 4s ease-in-out infinite}body[data-theme=dark] .services-eyebrow{color:#a5b4fc}@keyframes services-shimmer-eyebrow{0%,to{opacity:.85}50%{opacity:1}}.services-title{font-size:clamp(2.1rem,5vw,2.9rem);font-weight:800;line-height:1.12;letter-spacing:-.03em;margin:0 0 1rem;background:linear-gradient(120deg,#0f172a,#4338ca 40%,#0e7490);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;filter:drop-shadow(0 2px 20px rgba(99,102,241,.15))}body[data-theme=dark] .services-title{background:linear-gradient(120deg,#f8fafc,#a5b4fc 45%,#5eead4);-webkit-background-clip:text;background-clip:text;filter:drop-shadow(0 1px 16px rgba(0,255,200,.12))}.services-lede{font-size:1.05rem;line-height:1.65;color:#475569;margin:0 auto 1.5rem}body[data-theme=dark] .services-lede{color:#a8b0c0}.services-lede strong{color:#312e81;font-weight:700}body[data-theme=dark] .services-lede strong{color:#e0e7ff}.services-cta-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem .75rem;align-items:center}.services-pill{display:inline-flex;align-items:center;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.45rem .9rem;border-radius:9999px;color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 4px 20px #4f46e573,0 0 0 1px #ffffff1a inset;animation:services-pill-pulse 2.8s ease-in-out infinite}@keyframes services-pill-pulse{0%,to{box-shadow:0 4px 20px #4f46e573,0 0 0 1px #ffffff1a inset}50%{box-shadow:0 6px 28px #6366f18c,0 0 0 1px #ffffff26 inset}}body[data-theme=dark] .services-pill{background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 24px #6366f159}.services-pill--dim{animation:none;text-transform:none;letter-spacing:.04em;font-weight:600;color:#64748b;background:#ffffffa6;border:1px solid rgba(148,163,184,.4);box-shadow:none}body[data-theme=dark] .services-pill--dim{color:#94a3b8;background:#1e293b99;border-color:#47556980}.services-bento{display:grid;grid-template-columns:1fr;gap:1.1rem}@media(min-width:640px){.services-bento{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.services-bento{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.service-card--wide{grid-column:1 / -1;max-width:44rem;margin-left:auto;margin-right:auto;background:linear-gradient(145deg,#ffffffeb,#e0f2febf);box-shadow:0 0 0 1px #0ea5e933,0 12px 36px -16px #0ea5e940}body[data-theme=dark] .service-card--wide{background:linear-gradient(145deg,#161e2dd9,#0c4a6e59);box-shadow:0 0 0 1px #38bdf833,0 12px 40px -12px #00000073}.service-card{position:relative;padding:1.35rem 1.2rem 1.4rem;border-radius:1.15rem;background:#ffffffbf;border:1px solid rgba(148,163,184,.35);box-shadow:0 2px 8px #0f172a0a;transition:transform .25s ease,box-shadow .25s ease,border-color .2s;overflow:hidden;isolation:isolate}body[data-theme=dark] .service-card{background:#161e2da6;border-color:#47556973;box-shadow:0 2px 12px #00000040}.service-card:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 16px 40px -12px #0f172a2e}body[data-theme=dark] .service-card:hover{box-shadow:0 20px 48px -12px #00000080;border-color:#64748b99}.service-card__shine{position:absolute;inset:0;background:linear-gradient(125deg,transparent 40%,rgba(255,255,255,.2) 50%,transparent 60%);transform:translate(-100%);transition:transform .6s ease;pointer-events:none;z-index:0}.service-card:hover .service-card__shine{transform:translate(100%)}.service-card__icon-wrap{position:relative;z-index:1;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;border-radius:.9rem;margin-bottom:.9rem;color:#fff;box-shadow:0 6px 16px #0000001f}.service-card__icon{width:1.35rem;height:1.35rem}.service-card--indigo .service-card__icon-wrap{background:linear-gradient(135deg,#4f46e5,#7c3aed)}.service-card--violet .service-card__icon-wrap{background:linear-gradient(135deg,#7c3aed,#a855f7)}.service-card--cyan .service-card__icon-wrap{background:linear-gradient(135deg,#06b6d4,#14b8a6)}.service-card--rose .service-card__icon-wrap{background:linear-gradient(135deg,#e11d48,#f43f5e)}.service-card--amber .service-card__icon-wrap{background:linear-gradient(135deg,#d97706,#f59e0b)}.service-card--emerald .service-card__icon-wrap{background:linear-gradient(135deg,#059669,#10b981)}.service-card--sky .service-card__icon-wrap{background:linear-gradient(135deg,#0284c7,#0ea5e9)}.service-card--indigo{border-top:3px solid #4f46e5}.service-card--violet{border-top:3px solid #7c3aed}.service-card--cyan{border-top:3px solid #06b6d4}.service-card--rose{border-top:3px solid #e11d48}.service-card--amber{border-top:3px solid #d97706}.service-card--emerald{border-top:3px solid #059669}.service-card--sky{border-top:3px solid #0ea5e9}.service-card__title{position:relative;z-index:1;font-size:1.05rem;font-weight:800;line-height:1.3;letter-spacing:-.02em;margin:0 0 .5rem;color:#0f172a}body[data-theme=dark] .service-card__title{color:#f1f5f9}.service-card__blurb{position:relative;z-index:1;font-size:.8rem;line-height:1.55;color:#64748b;margin:0 0 .9rem}body[data-theme=dark] .service-card__blurb{color:#94a3b8}.service-card__list{position:relative;z-index:1;margin:0;padding:0 0 0 1rem;font-size:.75rem;line-height:1.5;color:#334155}body[data-theme=dark] .service-card__list{color:#cbd5e1}.service-card__list li{margin-bottom:.25rem}.service-card__list li::marker{color:#6366f1}body[data-theme=dark] .service-card__list li::marker{color:#a5b4fc}.services-bottom-cta{text-align:center;margin-top:2.75rem;padding-top:1.5rem;border-top:1px solid rgba(148,163,184,.3)}body[data-theme=dark] .services-bottom-cta{border-top-color:#47556973}.services-bottom-cta p{font-size:.95rem;color:#64748b;margin:0 0 1rem;max-width:26rem;margin-left:auto;margin-right:auto}body[data-theme=dark] .services-bottom-cta p{color:#94a3b8}.partnership-section{position:relative;padding:var(--section-pad-y) 0;overflow:hidden;background:linear-gradient(180deg,#faf5ff,#f8fafc 45%,#fffbeb);color:#0f172a;scroll-margin-top:5rem}body[data-theme=dark] .partnership-section{background:linear-gradient(180deg,#1a1025,#121a2e,#1c1410);color:#e2e8f0}.partnership-section__aurora{position:absolute;inset:0;background:radial-gradient(ellipse 90% 55% at 50% -10%,rgba(168,85,247,.14),transparent 55%),radial-gradient(ellipse 60% 45% at 100% 80%,rgba(245,158,11,.1),transparent 50%);pointer-events:none;z-index:0}body[data-theme=dark] .partnership-section__aurora{background:radial-gradient(ellipse 90% 55% at 50% -10%,rgba(168,85,247,.12),transparent 55%),radial-gradient(ellipse 60% 45% at 0% 90%,rgba(245,158,11,.06),transparent 50%)}.partnership-wrap{position:relative;z-index:1}.partnership-eyebrow{font-size:.7rem;font-weight:800;letter-spacing:.26em;text-transform:uppercase;color:#7c3aed;margin-bottom:.75rem}body[data-theme=dark] .partnership-eyebrow{color:#c4b5fd}.partnership-title{font-size:clamp(1.85rem,4.5vw,2.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin:0 0 1rem;background:linear-gradient(115deg,#4c1d95,#7c3aed 45%,#b45309);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}body[data-theme=dark] .partnership-title{background:linear-gradient(115deg,#e9d5ff,#c4b5fd 40%,#fcd34d);-webkit-background-clip:text;background-clip:text}.partnership-subtitle{font-size:1.02rem;line-height:1.65;color:#475569;margin:0}body[data-theme=dark] .partnership-subtitle{color:#a8b0c0}.partnership-subtitle strong{color:#5b21b6;font-weight:700}body[data-theme=dark] .partnership-subtitle strong{color:#ddd6fe}.partnership-panels{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1.75rem}@media(min-width:640px){.partnership-panels{grid-template-columns:repeat(2,1fr);gap:1.15rem}}.partnership-panel{padding:1.25rem 1.2rem;border-radius:1rem;background:#ffffffd1;border:1px solid rgba(167,139,250,.35);box-shadow:0 2px 12px #5b21b60f;transition:transform .2s ease,box-shadow .2s ease}.partnership-panel:hover{transform:translateY(-2px);box-shadow:0 12px 28px -10px #5b21b626}body[data-theme=dark] .partnership-panel{background:#1e1b2ebf;border-color:#8b5cf659;box-shadow:0 2px 16px #00000040}body[data-theme=dark] .partnership-panel:hover{box-shadow:0 14px 32px -8px #00000073}.partnership-panel__icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.75rem;margin-bottom:.65rem;color:#fff;background:linear-gradient(135deg,#7c3aed,#a855f7);box-shadow:0 4px 12px #7c3aed59}.partnership-panel__title{font-size:.95rem;font-weight:800;margin:0 0 .4rem;color:#1e1b4b;letter-spacing:-.02em}body[data-theme=dark] .partnership-panel__title{color:#f5f3ff}.partnership-panel__text{font-size:.8rem;line-height:1.55;margin:0;color:#64748b}body[data-theme=dark] .partnership-panel__text{color:#94a3b8}.partnership-footnote{max-width:40rem;margin:0 auto 1.75rem;padding:.85rem 1rem;border-radius:.75rem;background:#fef3c773;border:1px solid rgba(251,191,36,.35)}body[data-theme=dark] .partnership-footnote{background:#78350f40;border-color:#f59e0b40}.partnership-footnote p{margin:0;font-size:.75rem;line-height:1.5;color:#78350f;text-align:center}body[data-theme=dark] .partnership-footnote p{color:#fde68a}.partnership-cta{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.85rem;margin-bottom:.75rem}.partnership-cta .btn-modern{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none}a.partnership-cta__email{box-sizing:border-box}.partnership-cta__primary{padding-left:1.5rem;padding-right:1.5rem}.partnership-hint{text-align:center;font-size:.75rem;color:#64748b;max-width:28rem;margin:0 auto}body[data-theme=dark] .partnership-hint{color:#94a3b8}
