.cv-container{max-width:1000px;margin:0 auto;padding:20px;font-family:Poppins,sans-serif;color:#333;background-color:#f9f7fe;border-radius:20px;box-shadow:0 5px 20px rgba(128,78,214,.1)}.profile-card{text-align:center;padding:30px 20px;background:linear-gradient(135deg,#a78bfa,#8b5cf6);border-radius:16px;margin-bottom:25px;color:#fff;box-shadow:0 10px 25px rgba(139,92,246,.3)}.profile-image{width:150px;height:150px;margin:0 auto 15px;border-radius:50%;overflow:hidden;border:5px solid #fff;box-shadow:0 5px 15px rgba(0,0,0,.2)}.profile-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-card h1{font-size:2.2rem;margin:10px 0 5px;font-weight:700}.profile-card h2{font-size:1.2rem;font-weight:400;margin:0 0 20px;opacity:.9}.contact-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:15px}.contact-btn{padding:8px 16px;border-radius:25px;text-decoration:none;color:#fff;font-weight:500;font-size:.9rem;display:flex;align-items:center;gap:5px;transition:transform .2s,box-shadow .2s}.contact-btn:hover{transform:translateY(-3px);box-shadow:0 5px 10px rgba(0,0,0,.1)}.contact-btn.email{background-color:#f43f5e}.contact-btn.linkedin{background-color:#0077b5}.contact-btn.github{background-color:#333}.cv-section{background-color:#fff;border-radius:16px;padding:25px;margin-bottom:25px;box-shadow:0 5px 15px rgba(0,0,0,.05)}.cv-section h3{font-size:1.5rem;margin-top:0;margin-bottom:20px;color:#6d28d9;font-weight:600;border-bottom:2px dashed #e5e7eb;padding-bottom:10px}.about-section p{font-size:1.1rem;line-height:1.6}.skills-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:15px;margin-bottom:25px}.skill-info,.skill-item{margin-bottom:5px}.skill-info{display:flex;justify-content:space-between}.skill-name{font-weight:500}.skill-level{color:#8b5cf6;font-weight:600}.skill-bar{height:10px;background-color:#e5e7eb;border-radius:5px;overflow:hidden}.skill-progress{height:100%;background:linear-gradient(90deg,#a78bfa,#8b5cf6);border-radius:5px}.tools-container h4{font-size:1.1rem;margin-bottom:10px;color:#6d28d9}.tools-grid{display:flex;flex-wrap:wrap;gap:8px}.tool-tag{background-color:#f3e8ff;color:#6d28d9;padding:5px 12px;border-radius:15px;font-size:.9rem;font-weight:500}.timeline{position:relative;padding-left:30px}.timeline:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:linear-gradient(180deg,#a78bfa,#8b5cf6 60%,transparent);border-radius:3px}.timeline-item{position:relative;margin-bottom:30px}.timeline-dot{position:absolute;left:-37px;top:5px;width:15px;height:15px;border-radius:50%;background-color:#8b5cf6;border:3px solid #fff;box-shadow:0 0 0 3px rgba(139,92,246,.3)}.timeline-content h4{font-size:1.2rem;margin:0 0 5px;color:#6d28d9}.company{font-size:1rem;color:#6b7280;margin-bottom:10px;font-style:italic}.timeline-content ul{padding-left:20px}.timeline-content li{margin-bottom:5px;line-height:1.5}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.project-card{background-color:#f9f7fe;border-radius:12px;padding:20px;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:transform .2s,box-shadow .2s}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(139,92,246,.1)}.project-card h4{font-size:1.1rem;margin-top:0;margin-bottom:10px;color:#6d28d9}.project-card p{font-size:.95rem;line-height:1.5;margin:0}.education-item h4{font-size:1.2rem;margin:0 0 5px;color:#6d28d9}.institution{font-size:1rem;color:#6b7280;margin-bottom:10px;font-style:italic}.education-details{background-color:#f9f7fe;border-radius:10px;padding:15px;margin-top:10px}.education-details p{margin:0 0 10px;line-height:1.5}@media (max-width:768px){.cv-container{padding:15px;border-radius:15px}.profile-card{padding:20px 15px}.profile-image{width:120px;height:120px}.profile-card h1{font-size:1.8rem}.profile-card h2{font-size:1rem}.cv-section{padding:20px}.cv-section h3{font-size:1.3rem}.project-grid,.skills-container{grid-template-columns:1fr}}@media (max-width:480px){.cv-container{padding:10px}.profile-image{width:100px;height:100px}.profile-card h1{font-size:1.5rem}.contact-buttons{flex-direction:column;align-items:center}.contact-btn{width:80%}.cv-section{padding:15px}.timeline{padding-left:25px}.timeline-dot{left:-32px;width:12px;height:12px}}