@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{@keyframes blob{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.animate-blob{animation:blob 7s infinite}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fadeIn{animation:fadeIn 1s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-slideUp{animation:slideUp .6s ease-out forwards;opacity:0}}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background .3s ease;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);margin:0;padding:0;overflow-x:hidden}html{scroll-behavior:smooth}.container{min-height:100vh;color:#1a1a1a;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;text-align:center}.content{max-width:700px;z-index:10}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;font-size:.875rem;font-weight:500;color:#4caf50;box-shadow:0 4px 12px #0000001a;margin-bottom:2rem}.status-dot{width:8px;height:8px;background:#4caf50;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.subtitle{font-size:1.25rem;color:#555;margin-bottom:2rem;line-height:1.8}.highlight{font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.75rem 1.75rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid transparent;border-radius:12px;color:#1a1a1a;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px #0000001a;text-decoration:none;transition:all .3s ease;cursor:pointer;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.btn-secondary{background:#fffffff2;border:2px solid #667eea}.btn-secondary:hover{background:#667eea1a;transform:translateY(-2px)}.section{max-width:1200px;width:100%;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center;display:flex;align-items:center;justify-content:center;gap:1rem;color:#1a1a1a}.section-icon{color:#667eea}.experience-timeline{display:flex;flex-direction:column;gap:2rem}.experience-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;box-shadow:0 8px 32px #0000001a;display:flex;gap:1.5rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.5);text-align:left}.experience-card:hover{box-shadow:0 12px 48px #667eea33;transform:translateY(-4px)}.experience-icon{flex-shrink:0;width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #00000026}.experience-content{flex:1}.experience-header{display:flex;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.experience-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 .25rem}.experience-company{font-size:1.125rem;font-weight:600;color:#667eea;margin:0}.experience-meta{text-align:right}.experience-period{font-size:.875rem;font-weight:600;color:#555;margin:0 0 .25rem}.experience-location{font-size:.875rem;color:#888;margin:0}.experience-highlights{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.experience-highlights li{display:flex;align-items:flex-start;gap:.75rem;color:#555;line-height:1.6}.bullet{color:#667eea;font-weight:700;flex-shrink:0}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.project-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;box-shadow:0 8px 32px #0000001a;transition:all .3s ease;border:1px solid rgba(255,255,255,.5);text-align:left}.project-card:hover{box-shadow:0 12px 48px #667eea33}.project-icon{width:48px;height:48px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1rem}.project-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 .75rem}.project-description{color:#555;line-height:1.6;margin-bottom:1rem;font-size:.95rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tech-badge{padding:.375rem .75rem;background:#667eea1a;color:#667eea;border-radius:6px;font-size:.75rem;font-weight:600;border:1px solid rgba(102,126,234,.2)}.project-impact{display:flex;align-items:center;gap:.5rem;color:#4caf50;font-weight:600;font-size:.875rem}.project-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem}.project-status{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;border:1px solid transparent}.project-status-live{background:#4caf5014;color:#2e7d32;border-color:#4caf504d}.project-status-offline{background:#9e9e9e14;color:#616161;border-color:#9e9e9e4d}.project-status-dot{width:8px;height:8px;border-radius:50%}.project-status-live .project-status-dot{background:#4caf50}.project-status-offline .project-status-dot{background:#9e9e9e}.project-links{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.75rem}.project-link{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:999px;font-size:.8rem;font-weight:600;text-decoration:none;border:1px solid rgba(102,126,234,.4);background:#fffffff2;color:#667eea;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #0000000f;transition:all .2s ease}.project-link:hover{transform:translateY(-1px);background:#667eea14}.project-link-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.project-link-primary:hover{box-shadow:0 6px 18px #667eea66}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.skill-category{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.5);text-align:left}.skill-category-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 1.25rem;display:flex;align-items:center;gap:.5rem}.skills-list{display:flex;flex-wrap:wrap;gap:.75rem}.skill-badge{padding:.625rem 1rem;background:linear-gradient(135deg,#667eea0d,#764ba20d);color:#1a1a1a;border-radius:10px;font-size:.9rem;font-weight:600;border:1px solid rgba(102,126,234,.2);transition:all .2s ease;cursor:default}.skill-badge:hover{background:linear-gradient(135deg,#667eea26,#764ba226);border-color:#667eea66}.socials{margin-top:3rem;text-align:center;padding-bottom:2rem}.contact-subtitle{font-size:1.125rem;color:#555;margin-bottom:2rem}.social-icons{display:flex;justify-content:center;gap:1.5rem;margin:2rem 0}.social-link{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(102,126,234,.3);padding:1rem;border-radius:50%;color:#667eea;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;cursor:pointer;display:flex;align-items:center;justify-content:center}.social-link:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 6px 20px #667eea66}.contact-email{font-size:1.125rem;font-weight:600;color:#667eea;margin:1rem 0 .5rem}.contact-phone{font-size:1rem;color:#555;margin:0}.footer{text-align:center;padding:2rem 0;color:#888;font-size:.875rem;margin-top:2rem}@media (max-width: 768px){.title{font-size:2.5rem}.subtitle{font-size:1rem}.buttons{flex-direction:column;align-items:stretch}.btn{justify-content:center}.section-title{font-size:2rem}.experience-card,.experience-header{flex-direction:column}.experience-meta{text-align:left}.projects-grid,.skills-grid{grid-template-columns:1fr}}@media (max-width: 480px){.title{font-size:2rem}.section-title{font-size:1.75rem}.experience-card,.project-card,.skill-category{padding:1.5rem}}
