body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background-color:#0a0a0a;color:#fff;font-family:JetBrains Mono,monospace;line-height:1.6;margin:0;padding:0}a{color:#00ffc6;text-decoration:none;transition:color .3s ease}a:hover{color:#ff008c}.header{align-items:center;background:linear-gradient(90deg,#121212,#1f1f1f);box-shadow:0 4px 15px #0000004d;display:flex;justify-content:space-between;padding:1rem 2.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.logo{color:#00ffc6;font-size:1.5rem;font-weight:700}.nav-links{align-items:center;display:flex;gap:2rem;list-style:none}.nav-links.show{background:#121212;border-radius:0 0 10px 10px;box-shadow:0 5px 15px #00000080;display:flex;flex-direction:column;padding:1rem;position:absolute;right:0;top:100%}.nav-links li{font-size:1rem;font-weight:500;transition:transform .2s}.nav-links li:hover{transform:scale(1.1)}.nav-toggle{color:#00ffc6;cursor:pointer;display:none;font-size:1.5rem}.hero-section{animation:fadeIn 1.5s ease-in-out;background:linear-gradient(135deg,#121212,#1a1a1a);color:#fff;padding:6rem 2rem;text-align:center}.profile-pic{border:4px solid #00ffc6;border-radius:50%;box-shadow:0 0 25px #00ffc680;height:160px;margin-bottom:1.5rem;width:160px}.hero-title span{color:#00ffc6;font-size:2.5rem;text-shadow:0 0 8px #00ffc6,0 0 15px #00ffc6}.hero-subtitle{font-size:1.3rem;margin-top:1rem;opacity:.9}.section{margin:0 auto;max-width:1000px;padding:4rem 2rem}.section h1{color:#00ffc6;font-size:2rem;margin-bottom:2rem;text-align:center;text-shadow:0 0 10px #00ffc680}.section p{line-height:1.8;text-align:left}.skills-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:2rem;text-align:center}.skill-item{align-items:center;background:#1f1f1f;border-radius:10px;box-shadow:0 4px 25px #00ffc633;display:flex;flex-direction:column;justify-content:center;min-height:200px;padding:1.8rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.skill-item:hover{box-shadow:0 8px 30px #00ffc666;transform:translateY(-8px)}.skill-item i{color:#00ffc6;font-size:2rem;margin-bottom:1rem}.skill-item h3{color:#00ffc6;font-size:1.2rem;margin-bottom:.5rem}.skill-item p{color:#ff008c;font-size:1rem;margin-top:.5rem;text-align:center}.project-grid{align-items:center;display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.project-card{background:#1f1f1f;border-radius:10px;box-shadow:0 4px 25px #00ffc633;max-width:600px;padding:1.8rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:100%}.project-card:hover{box-shadow:0 8px 30px #00ffc666;transform:translateY(-8px)}.project-card h3{color:#00ffc6;font-size:1.2rem;margin-bottom:.5rem}.project-card strong{color:#ff008c;font-weight:600}.project-card p{line-height:1.6;text-align:left}.project-card i{color:#00ffc6;font-size:2rem;margin-bottom:1rem}.project-card ul{line-height:1.6;text-align:left}@media (max-width:1024px){.project-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.project-card{max-width:100%;padding:1.2rem}}@media (max-width:768px){.project-grid{gap:.8rem;grid-template-columns:1fr}.project-card{font-size:.9rem;max-width:90%;padding:1rem}}.contact-links a{border:2px solid #00ffc6;border-radius:5px;display:inline-block;font-weight:500;margin:.5rem;padding:.7rem 1.2rem;transition:background-color .3s ease,color .3s ease}.contact-links a:hover{background-color:#00ffc6;color:#0a0a0a}#contact{align-items:center;display:flex;flex-direction:column;margin:20px auto;text-align:center}.contact-links{display:flex;gap:10px;justify-content:center;margin-top:20px}.contact-links a{color:inherit;font-size:1.2em;text-decoration:none}@media (max-width:600px){.contact-links{flex-direction:column;gap:15px}.contact-links a{font-size:1em;padding:.8rem;width:80%}}.footer{background-color:#121212;border-top:1px solid #1f1f1f;font-size:.9rem;margin-top:2rem;padding:1.5rem 0;text-align:center;transition:background-color .3s ease,color .3s ease}.footer-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center}.footer-section h3{color:#00ffc6;font-size:1.2rem;margin-bottom:.5rem}.social-icons{display:flex;gap:1rem}.social-icons a{color:#00ffc6;font-size:1.5rem;transition:transform .3s ease,color .3s ease}.social-icons a:hover{color:#ff008c;transform:scale(1.1)}.footer-bottom{color:#b3b3b3;font-size:.9rem;margin-top:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.nav-links{display:none;flex-direction:column;gap:1rem}.nav-toggle{display:block}.hero-title span{font-size:2rem}.project-grid,.skills-grid{grid-template-columns:1fr}}.education-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.education-card{background:#1f1f1f;border-radius:10px;box-shadow:0 4px 25px #00ffc633;padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.education-card:hover{box-shadow:0 8px 30px #00ffc666;transform:translateY(-8px)}.education-card h3{color:#00ffc6;font-size:1.2rem;margin-bottom:.5rem}.education-card p{font-size:.95rem;line-height:1.6;text-align:left}.education-card strong{color:#ff008c;font-weight:600}.theme-toggle{align-items:center;display:flex;justify-content:center;margin-left:1rem;position:absolute}.theme-toggle input{display:none}.toggle{background:linear-gradient(180deg,#87cefa,#4682b4);border-radius:20px;box-shadow:inset 0 2px 4px #0003;cursor:pointer;display:inline-block;height:40px;overflow:hidden;position:relative;transition:background .5s;width:80px}.toggle-bg{align-items:center;display:flex;height:100%;justify-content:space-between;transition:transform .5s ease-in-out;width:200%}.sun{background:gold;margin-left:8px}.moon,.sun{border-radius:50%;box-shadow:inset -2px -2px 5px #0003;height:25px;width:25px}.moon{background:#ccc;margin-right:8px;position:relative}.moon:after{background:#fff;border-radius:50%;content:"";height:6px;left:10px;position:absolute;top:6px;width:6px}#theme-switch:checked+.toggle .toggle-bg{transform:translateX(-50%)}#theme-switch:checked+.toggle{background:linear-gradient(180deg,#2c3e50,#1a1a2e)}.light-mode{background-color:#fff;color:#333}.light-mode .header{background:linear-gradient(90deg,#f0f0f0,#f0f0f0);box-shadow:0 4px 15px #0000001a}.light-mode .nav-links{background:#f0f0f0}.light-mode .nav-links li a{color:#444}.light-mode .nav-links li:hover a,body.light-mode .hero-link{color:#ff5822}body.light-mode .hero-link:hover{color:#d20808}.light-mode .hero-section{background:linear-gradient(135deg,#fff,#f9f9f9)}.light-mode .hero-title{color:#2c3e50;font-size:2rem;font-weight:700;text-shadow:none}.light-mode .hero-title span{color:#00bcd4;text-shadow:0 0 8px #00bcd499}.light-mode .hero-subtitle{color:#34495e}.light-mode .profile-pic{border-color:#3498db;box-shadow:0 0 25px #3498db4d}.light-mode h1{color:#ff5822;text-shadow:0 0 8px #d3540066}.light-mode p{color:#616161}.light-mode .skills-grid .skill-item{background:#f9f9f9;box-shadow:0 4px 15px #0000001a;color:#1e272e}.light-mode .skills-grid .skill-item h3{color:#ff9800;text-shadow:0 0 6px #ff98004d}.light-mode .skills-grid .skill-item p{color:#608d8b}.light-mode .skills-grid .skill-item:hover{box-shadow:0 8px 30px #3498db66}.light-mode .skill-item i{color:#ff5822}.light-mode .project-grid .project-card{background:#f9f9f9;box-shadow:0 4px 15px #0000001a;color:#2c3e50}.light-mode .project-grid .project-card h3{color:#ff9800;text-shadow:0 0 6px #ff98004d}.light-mode .project-grid .project-card p{color:#34495e}.light-mode .project-grid .project-card:hover{box-shadow:0 8px 30px #e74c3c4d}body.light-mode .section a[href="mailto:kumardarun11@gmail.com"]{color:#ff5822}body.light-mode .section a[href="mailto:kumardarun11@gmail.com"]:hover{color:#d20808}.light-mode .contact-links a{border:2px solid #2c3e50;color:#2c3e50}.light-mode .contact-links a:hover{background-color:#2c3e50;color:#fff}.light-mode .footer{background-color:#f0f0f0;border-top:1px solid #e0e0e0;color:#666}.light-mode .footer i{color:#ff5822}.light-mode .footer i:hover{color:#2c3e50}.light-mode .footer-section h3{color:#ff5822}.light-mode .footer-bottom{color:#444}.light-mode .education-grid .education-card{background:#f0f0f0;border:1px solid #e0e0e0;box-shadow:0 4px 15px #0000001a;color:#2c3e50}.light-mode .education-grid .education-card:hover{box-shadow:0 8px 30px #e74c3c4d;transform:translateY(-8px)}.light-mode .education-card h3{color:#0880d0;text-shadow:0 0 8px #3498db4d}.light-mode .education-card p{color:#616161}.light-mode .education-card strong,.light-mode .project-card strong{color:#d90909}.light-mode .profile-pic{border-color:#db5334;box-shadow:0 0 25px rgba(226,65,6,.763)}.light-mode .project-grid .project-card:hover,.light-mode .skills-grid .skill-item:hover{box-shadow:0 8px 30px #ee1d064d;transform:translateY(-8px)}::selection{background-color:#ff008c;color:#fff}body.light-mode ::selection{background-color:#ff5822;color:#fff}.internship-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.internship-item{background:#1f1f1f;border-radius:10px;box-shadow:0 4px 25px #00ffc633;padding:1.8rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.internship-item:hover{box-shadow:0 8px 30px #00ffc666;transform:translateY(-8px)}.internship-item h3{color:#00ffc6;font-size:1.2rem;margin-bottom:.5rem}.internship-item p{color:#ff008c;font-size:1rem;line-height:1.6;text-align:center}.light-mode .internship-item{background:#f0f0f0;box-shadow:0 4px 15px #0000001a;color:#2c3e50}.light-mode .internship-item h3{color:#ff9800;text-shadow:0 0 6px #ff98004d}.light-mode .internship-item p{color:#34495e}.light-mode .internship-item:hover{box-shadow:0 8px 30px #e74c3c4d;transform:translateY(-8px)}@media (max-width:768px){.internship-grid{grid-template-columns:1fr}.internship-item{padding:1.5rem}.internship-item h3{font-size:1.1rem}.internship-item p{font-size:.95rem}}@media (max-width:480px){.internship-item{padding:1.2rem}.internship-item h3{font-size:1rem}.internship-item p{font-size:.9rem}}.certification-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.certification-item{background:#1f1f1f;border-radius:10px;box-shadow:0 4px 25px #00ffc633;padding:1.8rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.certification-item:hover{box-shadow:0 8px 30px #00ffc666;transform:translateY(-8px)}.certification-item h3{color:#00ffc6;font-size:1.2rem;margin-bottom:.5rem}.certification-item p{color:#ff008c;font-size:1rem;line-height:1.6;text-align:center}.light-mode .certification-item{background:#f0f0f0;box-shadow:0 4px 15px #0000001a;color:#2c3e50}.light-mode .certification-item h3{color:#ff9800;text-shadow:0 0 6px #ff98004d}.light-mode .certification-item p{color:#34495e}.light-mode .certification-item:hover{box-shadow:0 8px 30px #e74c3c4d;transform:translateY(-8px)}@media (max-width:768px){.certification-grid{grid-template-columns:1fr}.certification-item{padding:1.5rem}.certification-item h3{font-size:1.1rem}.certification-item p{font-size:.95rem}}@media (max-width:480px){.certification-item{padding:1.2rem}.certification-item h3{font-size:1rem}.certification-item p{font-size:.9rem}}.tech-stack{list-style:none;padding:0}.tech-stack li{font-size:1rem;font-weight:400;margin:5px 0}@media (max-width:768px){.tech-stack li{font-size:.9rem;font-weight:400}}
/*# sourceMappingURL=main.24bbe25f.css.map*/