@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}.profile-image-container{margin-bottom:2rem;display:flex;justify-content:center}.profile-image{width:200px;height:200px;border-radius:50%;object-fit:cover;border:4px solid rgba(255,255,255,.2);box-shadow:0 20px 40px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:2rem}.cta-button.secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);text-decoration:none;display:inline-flex;border-radius:50px;padding:.75rem 1.5rem;align-items:center;gap:.5rem}.cta-button.secondary:hover{background:#fff3;border-color:#ffffff80}@media (max-width: 768px){.profile-image{width:150px;height:150px}.hero-actions{flex-direction:column;align-items:center}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.app{min-height:100vh}.hero{min-height:100vh;display:flex;align-items:center;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(45deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline{font-size:1.5rem;margin-bottom:1.5rem;color:#e0e6ff;font-weight:500}.description{font-size:1.1rem;margin-bottom:2rem;color:#d0d8ff;line-height:1.8}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:.75rem 2rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}.btn-primary{background:linear-gradient(45deg,#ff6b6b,#ee5a24);color:#fff;box-shadow:0 4px 15px #ff6b6b66}.btn-primary:hover{box-shadow:0 6px 20px #ff6b6b99;transform:translateY(-2px)}.btn-secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#fff3;border-color:#ffffff80}.hero-image{display:flex;justify-content:center;align-items:center}.profile-placeholder{position:relative;width:300px;height:300px}.profile-circle{width:100%;height:100%;border-radius:50%;background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1);background-size:400% 400%;animation:gradientShift 4s ease-in-out infinite;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.profile-circle:before{content:"";position:absolute;top:10px;left:10px;right:10px;bottom:10px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.resume{padding:5rem 2rem;background:#f8fafc;min-height:100vh}.resume-content{max-width:1200px;margin:0 auto}.resume h2{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:#2d3748;position:relative}.resume h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(45deg,#667eea,#764ba2);border-radius:2px}.resume-grid{display:grid;gap:2rem;grid-template-columns:1fr 1fr}.resume-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #00000012;border:1px solid rgba(0,0,0,.05);transition:all .3s ease}.resume-item:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.resume-item h3{font-size:1.3rem;color:#2d3748;margin-bottom:.5rem}.company{color:#667eea;font-weight:600;margin-bottom:.25rem}.duration{color:#718096;font-size:.9rem;margin-bottom:1rem}.resume-item ul{list-style:none}.resume-item li{margin-bottom:.5rem;position:relative;padding-left:1.5rem;color:#4a5568}.resume-item li:before{content:"▸";position:absolute;left:0;color:#667eea;font-weight:700}.skills-section{grid-column:1 / -1;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;padding:2rem}.skills-section h3{font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.skill-category h4{font-size:1.2rem;margin-bottom:1rem;color:#e0e6ff}.skill-category ul{list-style:none}.skill-category li{padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1);color:#d0d8ff}.skill-category li:last-child{border-bottom:none}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1rem;border-bottom:1px solid #e2e8f0}.modal-header h2{font-size:1.8rem;color:#2d3748;margin:0}.close-btn{background:none;border:none;cursor:pointer;color:#718096;padding:.5rem;border-radius:50%;transition:all .3s ease}.close-btn:hover{background:#f7fafc;color:#2d3748}.contact-form{padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2d3748}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:120px}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.contact-info{padding:0 2rem 2rem;border-top:1px solid #e2e8f0}.contact-info h3{margin-bottom:1rem;color:#2d3748;font-size:1.2rem}.contact-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.contact-link{display:flex;align-items:center;gap:.5rem;color:#667eea;text-decoration:none;padding:.5rem;border-radius:8px;transition:background-color .3s ease}.contact-link:hover{background:#f7fafc}.success-message{text-align:center;padding:2rem;color:#059669}.success-icon{font-size:3rem;color:#10b981;margin-bottom:1rem;display:block}.success-message h3{margin-bottom:.5rem;color:#059669}.success-message p{color:#6b7280;margin:0}.error-message{background:#ef44441a;color:#dc2626;padding:.75rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem;border-left:4px solid #dc2626;animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.rate-limit-message{text-align:center;padding:2rem;color:#f59e0b}.rate-limit-icon{font-size:3rem;color:#f59e0b;margin-bottom:1rem;display:block}.rate-limit-message h3{margin-bottom:.5rem;color:#f59e0b}.rate-limit-message p{color:#6b7280;margin-bottom:1rem}.cooldown-timer{color:#f59e0b!important;font-weight:600;font-size:1.1rem}.submit-button{width:100%;padding:.75rem 1.5rem;background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 15px #667eea4d}.submit-button:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.close-button{background:none;border:none;cursor:pointer;color:#718096;padding:.5rem;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.close-button:hover{background:#f7fafc;color:#2d3748}.spinner{width:18px;height:18px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-image-container{display:flex;justify-content:center;align-items:center}.profile-image{width:300px;height:300px;border-radius:50%;object-fit:cover;border:4px solid rgba(255,255,255,.2);box-shadow:0 20px 40px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.profile-image:hover{transform:scale(1.05);box-shadow:0 25px 50px #00000026}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-start;margin-top:2rem}.cta-button{padding:.75rem 2rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}.cta-button.secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button.secondary:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.icon{width:20px;height:20px}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-text h1{font-size:2.5rem}.hero-buttons{justify-content:center}.resume-grid,.skills-grid,.contact-links{grid-template-columns:1fr}.form-actions{flex-direction:column}.profile-placeholder{width:250px;height:250px}}@media (max-width: 480px){.hero,.resume{padding:2rem 1rem}.modal-content{margin:1rem}.modal-header,.contact-form,.contact-info{padding:1.5rem}}
