:root{--background-dark: #1a1a1a;--text-light: #f0f0f0;--primary-color: #007bff;--card-background: #2c2c2c;--border-color: #444}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background-dark);color:var(--text-light);scroll-behavior:smooth}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}.my-4{margin-top:1.5rem;margin-bottom:1.5rem}.py-5{padding-top:3rem;padding-bottom:3rem}.container{max-width:1200px;margin:0 auto;padding:0 15px}.text-center{text-align:center}._navbar_1l5p8_2{background-color:var(--background-dark);padding:1rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 5px #0003}._container_1l5p8_11{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 15px}._brand_1l5p8_20{color:var(--text-light);font-size:1.5rem;font-weight:700}._toggler_1l5p8_26{background:none;border:none;color:var(--text-light);font-size:2rem;cursor:pointer;display:none}._menu_1l5p8_35{display:flex}._navList_1l5p8_39{list-style:none;margin:0;padding:0;display:flex}._navItem_1l5p8_46{margin-left:2rem}._navLink_1l5p8_50{color:var(--text-light);font-size:1.1rem;transition:color .3s ease}._navLink_1l5p8_50:hover{color:var(--primary-color)}@media (max-width: 768px){._toggler_1l5p8_26{display:block}._menu_1l5p8_35{display:none;flex-direction:column;width:100%;position:absolute;top:100%;left:0;background-color:var(--background-dark);box-shadow:0 2px 5px #0003}._menu_1l5p8_35._open_1l5p8_77{display:flex}._navList_1l5p8_39{flex-direction:column;width:100%}._navItem_1l5p8_46{margin:0;text-align:center;border-bottom:1px solid var(--border-color)}._navItem_1l5p8_46:last-child{border-bottom:none}._navLink_1l5p8_50{display:block;padding:1rem}}._footer_76y9f_1{background-color:#0d0d0d;color:var(--text-light);padding:3rem 2rem}._footerContent_76y9f_7{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem}._contactSection_76y9f_15,._socialSection_76y9f_15{flex:1;min-width:250px}._contactTitle_76y9f_21{font-size:1.5rem;color:var(--primary-color);margin-bottom:1rem}._contactSection_76y9f_15 p,._contactSection_76y9f_15 a{font-size:1rem;color:var(--text-light);margin:.3rem 0;transition:color .3s ease}._contactSection_76y9f_15 a:hover{color:var(--primary-color);text-decoration:underline}._socialIcons_76y9f_39{display:flex;gap:1.2rem;margin-top:.5rem;justify-content:center;align-items:center;gap:50px}._socialIcons_76y9f_39 a{font-size:1.8rem;color:var(--text-light);transition:transform .3s ease,color .3s ease}._socialIcons_76y9f_39 a:hover{color:var(--primary-color);transform:scale(1.2)}._bottomBar_76y9f_61{border-top:1px solid var(--border-color);margin-top:2rem;padding-top:1rem;text-align:center;font-size:.9rem;color:#aaa}@media (max-width: 768px){._footerContent_76y9f_7{text-align:center}._socialIcons_76y9f_39{justify-content:center;gap:20px}}._introSection_1dbzy_2{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:2rem;box-sizing:border-box}._introContent_1dbzy_11{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4rem;max-width:1000px;width:100%}._imageContainer_1dbzy_21{flex:1;min-width:250px;display:flex;justify-content:center;align-items:center;position:relative}._personImage_1dbzy_30{width:100%;max-width:350px;height:auto;border-radius:10px;object-fit:cover;transform:scale(1);transition:transform .5s ease-in-out}._personImage_1dbzy_30:hover{transform:scale(1.1)}._summaryContainer_1dbzy_45{flex:2;min-width:300px;text-align:left}._name_1dbzy_51{font-size:3.5rem;margin-bottom:.5rem;color:var(--primary-color)}._title_1dbzy_57{font-size:2rem;margin-bottom:1.5rem;color:var(--text-light)}._summary_1dbzy_45{font-size:1.2rem;line-height:1.6;color:var(--text-light)}@media (max-width: 768px){._introContent_1dbzy_11{flex-direction:column;text-align:center;gap:0rem}._imageContainer_1dbzy_21{margin-bottom:2rem}._summaryContainer_1dbzy_45{text-align:center}._name_1dbzy_51{font-size:2.5rem}._title_1dbzy_57{font-size:1.5rem}._summary_1dbzy_45{font-size:1rem}}._section_1n0dm_2{padding:1rem 2rem 4rem;text-align:center;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box}._sectionTitle_1n0dm_13{font-size:3rem;color:var(--primary-color);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:2px}@media (max-width: 768px){._section_1n0dm_2{padding:1rem;min-height:fit-content}._sectionTitle_1n0dm_13{font-size:2.2rem}}._skillsGrid_ue5kl_3{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));max-width:calc(1000px + 13rem);gap:2rem;padding:2rem}._skillCard_ue5kl_11{text-align:center;transition:transform .3s ease,box-shadow .3s ease;position:relative;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 4px 10px #0000001a}._skillCard_ue5kl_11:hover{transform:translateY(-5px);box-shadow:0 8px 16px #007bff4d}._imageWrapper_ue5kl_26{height:150px;display:flex;justify-content:center;align-items:center;background-color:#f8f8f8}._skillImage_ue5kl_34{max-width:80%;max-height:80%;object-fit:contain}._skillName_ue5kl_40{font-size:1.5rem;color:var(--primary-color);margin:.5rem 0}@media (max-width: 768px){._skillsGrid_ue5kl_3{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));max-width:100%;gap:1.5rem;padding:1.5rem}._imageWrapper_ue5kl_26{height:120px}._skillName_ue5kl_40{font-size:1.2rem}}@media (max-width: 480px){._skillsGrid_ue5kl_3{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;padding:1rem}._skillCard_ue5kl_11{border-radius:8px;box-shadow:0 3px 8px #00000014}._imageWrapper_ue5kl_26{height:100px}._skillImage_ue5kl_34{max-width:70%;max-height:70%}._skillName_ue5kl_40{font-size:1rem}}._card_1c3xv_2{background-color:var(--card-background);border-radius:10px;padding:.3rem;box-shadow:0 4px 8px #0003;display:flex;flex-direction:column;justify-content:space-between;height:100%;box-sizing:border-box}._educationGrid_1jl4n_1{display:grid;max-width:1200px;margin:0 auto;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;padding:2rem}._educationCard_1jl4n_11{position:relative;border-radius:18px;overflow:hidden;background:var(--card-bg, #0d1117);color:var(--text-light);box-shadow:0 10px 25px #00000059;transition:transform .35s ease,box-shadow .35s ease}._educationCard_1jl4n_11:hover{transform:translateY(-10px);box-shadow:0 15px 35px #007bff80}._educationContent_1jl4n_44{position:relative;z-index:2;padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-end;height:100%}._institutionLogo_1jl4n_55{width:100%;height:170px;object-fit:cover;border-radius:12px;background:#fff;padding:.4rem;margin-bottom:1rem;box-shadow:0 4px 10px #007bff4d}._institutionName_1jl4n_67{font-size:1.4rem;font-weight:600;margin-bottom:.3rem;color:var(--primary-color)}._courseName_1jl4n_74{font-size:1.1rem;font-weight:500;margin-bottom:.3rem}._specialization_1jl4n_80{font-size:1rem;font-style:italic;margin-bottom:.3rem}._grade_1jl4n_86{font-size:1rem;font-weight:700;margin-top:.5rem;color:var(--primary-color)}._location_1jl4n_93,._year_1jl4n_93{font-size:.9rem;opacity:.9;margin-top:.2rem}@media (max-width: 768px){._educationGrid_1jl4n_1{grid-template-columns:1fr;padding:1rem}._educationCard_1jl4n_11:after{height:70%}._educationContent_1jl4n_44{text-align:center;align-items:center}}._projectsGrid_1sxy3_1{display:grid;max-width:1200px;margin:0 auto;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;padding:2rem}._projectCard_1sxy3_11{position:relative;border-radius:18px;overflow:hidden;background:var(--card-bg, #0d1117);color:var(--text-light);box-shadow:0 10px 25px #00000059;transition:transform .35s ease,box-shadow .35s ease}._projectCard_1sxy3_11:hover{transform:translateY(-10px);box-shadow:0 15px 35px #007bff80}._projectScreenshot_1sxy3_27{width:100%;height:180px;object-fit:cover;display:block;border-bottom:1px solid var(--border-color)}._projectCard_1sxy3_11:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:65%;background:linear-gradient(to top right,#007bffd9,#007bff33);border-top-left-radius:40% 25%;z-index:1}._projectName_1sxy3_53,._projectDescription_1sxy3_54,._techStack_1sxy3_55{position:relative;z-index:2;padding:0 1.5rem}._projectName_1sxy3_53{font-size:1.3rem;font-weight:600;margin-top:1rem;margin-bottom:.5rem}._projectName_1sxy3_53 a{color:#fff;text-decoration:none;transition:color .3s ease}._projectName_1sxy3_53 a:hover{color:var(--primary-color)}._projectDescription_1sxy3_54{font-size:1rem;margin-bottom:1rem;color:#e0eaff}._techStack_1sxy3_55{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}._techTag_1sxy3_94{background:#ffffff1a;color:#fff;font-size:.85rem;padding:.3rem .6rem;border-radius:8px;transition:background .3s ease}._techTag_1sxy3_94:hover{background:#007bff66}@media (max-width: 768px){._projectsGrid_1sxy3_1{grid-template-columns:1fr;padding:1rem}._projectScreenshot_1sxy3_27{height:150px}._projectName_1sxy3_53,._projectDescription_1sxy3_54,._techStack_1sxy3_55{text-align:center;padding:.8rem 1rem}._techStack_1sxy3_55{justify-content:center}}._experienceGrid_t0kpf_2{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:2rem}._experienceCard_t0kpf_9{text-align:left;transition:transform .3s ease,box-shadow .3s ease}._experienceCard_t0kpf_9:hover{transform:translateY(-5px);box-shadow:0 8px 16px #007bff4d}._organizationName_t0kpf_19{font-size:1.8rem;color:var(--primary-color);margin-bottom:.5rem}._role_t0kpf_25{font-size:1.2rem;font-weight:700;color:var(--text-light);margin-bottom:.5rem}._duration_t0kpf_32{font-size:.9rem;color:#aaa;margin-bottom:1rem}._responsibilitiesList_t0kpf_38{list-style:disc;margin-left:1.5rem;color:var(--text-light)}._responsibilitiesList_t0kpf_38 li{margin-bottom:.5rem;font-size:1rem}@media (max-width: 768px){._experienceGrid_t0kpf_2{grid-template-columns:1fr;padding:1rem}}._card_t0kpf_57{background-color:var(--card-background);border-radius:10px;padding:1.5rem;box-shadow:0 4px 8px #0003;display:flex;flex-direction:column;justify-content:space-between;height:100%;box-sizing:border-box}._resumeContainer_1gl7o_2{display:flex;flex-direction:column;align-items:center;padding:2rem;background-color:#121212;color:#fff;height:100vh}._pdfViewer_1gl7o_12{width:100%;max-width:800px;margin-bottom:2rem;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 10px #0000004d}._pdfViewer_1gl7o_12 iframe{display:block;border:none}._resumeActions_1gl7o_27{display:flex;gap:1.5rem}._actionButton_1gl7o_32{background-color:var(--primary-color);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:5px;cursor:pointer;font-size:1rem;transition:background-color .3s ease,transform .2s ease}._actionButton_1gl7o_32:hover{background-color:#0056b3;transform:translateY(-2px)}@media (max-width: 768px){._resumeContainer_1gl7o_2{padding:1rem;height:fit-content}._pdfViewer_1gl7o_12{height:400px}._resumeActions_1gl7o_27{flex-direction:column;gap:1rem}._actionButton_1gl7o_32{width:100%}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
