:root{--primary-color:#2196f3;--dark-color:#212121;--light-color:#f5f5f5;--danger-color:#f44336;--success-color:#4caf50}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,Roboto,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.6;background-color:#f5f5f5;color:#212121;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#2196f3;color:var(--primary-color);text-decoration:none;-webkit-transition:color .3s ease;transition:color .3s ease}a:hover{color:#1976d2}ul{list-style:none}img{width:100%;height:auto}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}*{-webkit-transition:all .3s ease;transition:all .3s ease}button:focus,input:focus,select:focus,textarea:focus{outline:2px solid #2196f3;outline:2px solid var(--primary-color);outline-offset:2px}@-webkit-keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@-webkit-keyframes slideIn{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.hide-mobile{display:none!important}}@media (min-width:769px){.hide-desktop{display:none!important}}.text-gradient{background:-webkit-linear-gradient(45deg,#2196f3,#21cbf3);background:linear-gradient(45deg,#2196f3,#21cbf3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.card-hover{-webkit-transition:box-shadow .3s ease,-webkit-transform .3s ease;transition:box-shadow .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease}.card-hover:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.animate-pulse{-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite}.animate-slide-in{-webkit-animation:slideIn .6s ease-out;animation:slideIn .6s ease-out}.animate-fade-in{-webkit-animation:fadeIn .6s ease-out;animation:fadeIn .6s ease-out}.container{max-width:1100px;overflow:hidden;padding:0 2rem;margin:6rem auto 3rem}.x-large{font-size:4rem}.large,.x-large{line-height:1.2;margin-bottom:1rem}.large{font-size:3rem}.lead{font-size:1.5rem;margin-bottom:1rem}.text-center{text-align:center}.text-primary{color:#2196f3;color:var(--primary-color)}.text-dark{color:#212121;color:var(--dark-color)}.p{padding:.5rem}.p-1{padding:1rem}.p-2{padding:2rem}.p-3{padding:3rem}.py{padding:.5rem 0}.py-1{padding:1rem 0}.py-2{padding:2rem 0}.py-3{padding:3rem 0}.m{margin:.5rem}.m-1{margin:1rem}.m-2{margin:2rem}.m-3{margin:3rem}.my{margin:.5rem 0}.my-1{margin:1rem 0}.my-2{margin:2rem 0}.my-3{margin:3rem 0}.btn{display:inline-block;padding:.4rem 1.3rem;font-size:1rem;border:none;cursor:pointer;margin-right:.5rem;-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in;outline:none}.badge,.btn{background:#f5f5f5;background:var(--light-color);color:#333}.badge{font-size:.8rem;padding:.1rem;text-align:center;margin:.3rem}.alert{padding:.8rem;margin:1rem 0;opacity:.9;background:#f5f5f5;background:var(--light-color);color:#333}.alert-primary,.badge-primary,.bg-primary,.btn-primary{background:#2196f3;background:var(--primary-color);color:#fff}.alert-light,.badge-light,.bg-light,.btn-light{background:#f5f5f5;background:var(--light-color);color:#333}.alert-dark,.badge-dark,.bg-dark,.btn-dark{background:#212121;background:var(--dark-color);color:#fff}.alert-danger,.badge-danger,.bg-danger,.btn-danger{background:#f44336;background:var(--danger-color);color:#fff}.alert-success,.badge-success,.bg-success,.btn-success{background:#4caf50;background:var(--success-color);color:#fff}.alert-white,.badge-white,.bg-white,.btn-white{background:#fff;color:#333;border:1px solid #ccc}.btn:hover{opacity:.8}.badge-light,.bg-light{border:1px solid #ccc}.round-img{border-radius:50%;width:60px;height:60px;object-fit:cover}.round-img.small{width:40px;height:40px}.round-img.large{width:120px;height:120px}.line{height:1px;background:#ccc;margin:1.5rem 0}.dark-overlay{background-color:rgba(0,0,0,.7);position:absolute;top:0;left:0;width:100%;height:100%}.form .form-group{margin:1.2rem 0}.form .form-text{display:block;margin-top:.3rem;color:#888}.form input[type=date],.form input[type=email],.form input[type=password],.form input[type=text],.form select,.form textarea{display:block;width:100%;padding:.4rem;font-size:1.2rem;border:1px solid #ccc}.form input[type=submit],button{font:inherit}.form .social-input{display:flex}.form .social-input i{padding:.5rem;width:4rem}.form .social-input i.fa-twitter{color:#38a1f3}.form .social-input i.fa-facebook{color:#3b5998}.form .social-input i.fa-instagram{color:#3f729b}.form .social-input i.fa-youtube{color:#c4302b}.form .social-input i.fa-linkedin{color:#0077b5}.table td,.table th{padding:1rem;text-align:left}.table th{background:#f5f5f5;background:var(--light-color)}.navbar{justify-content:space-between;align-items:center;padding:.7rem 2rem;position:fixed;z-index:1;width:100%;top:0;border-bottom:1px solid #2196f3;border-bottom:1px solid var(--primary-color);opacity:.9}.navbar,.navbar ul{display:flex}.navbar a{color:#fff;padding:.45rem;margin:0 .25rem}.navbar a:hover{color:#2196f3;color:var(--primary-color)}.navbar .welcome span{margin-right:.6rem}.landing{position:relative;background:url(/static/media/showcase.4b31330b.jpg) no-repeat 50%/cover;height:100vh}.landing-inner{color:#fff;height:100%;width:80%;margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.profile{display:grid;grid-template-columns:2fr 4fr 2fr;align-items:center;grid-gap:2rem;padding:1rem;line-height:1.8;margin-bottom:1rem}.profile-grid{display:grid;grid-template-areas:"top top" "about about" "exp edu" "github github";grid-gap:1rem}.profile-top{grid-area:top;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.profile-top img{width:250px}.profile-top .icons a{color:#fff;margin:0 .3rem}.profile-top .icons a:hover{color:#212121;color:var(--dark-color)}.profile-about{grid-area:about;text-align:center}.profile-about .skills{display:flex;align-items:center;justify-content:center;text-align:center}.profile-exp{grid-area:exp}.profile-edu{grid-area:edu}.profile-edu h2,.profile-exp h2{margin-bottom:1rem}.profile-edu>div,.profile-exp>div{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px dotted #ccc}.profile-edu>div:last-child,.profile-exp>div:last-child{border:0}.profile-edu p,.profile-exp p{margin:.5rem 0}.profile-github{grid-area:github}.profile-github .repo{display:flex}.profile-github .repo>div:first-child{flex:7 1;flex-basis:70%}.profile-github>div:last-child{flex:3 1;flex-basis:20%}.post-form .post-form-header{background:#2196f3;background:var(--primary-color);padding:.5rem}.post{display:grid;grid-template-columns:1fr 4fr;grid-gap:2rem;align-items:center}.post>div:first-child{text-align:center}.post img{width:100px}.post .comment-count{background:#f5f5f5;background:var(--light-color);color:#2196f3;color:var(--primary-color);padding:.1rem .2rem;border-radius:5px;font-size:.8rem}.post .post-date{color:#aaa;font-size:.8rem;margin-bottom:.5rem}@media (max-width:700px){.container{margin-top:8rem}.hide-sm{display:none}.x-large{font-size:3rem}.large{font-size:2rem}.lead{font-size:1rem}.navbar{display:block;text-align:center}.navbar ul{text-align:center;justify-content:center}.navbar h1{margin-bottom:1rem}.navbar .welcome{display:none}.profile{grid-template-columns:1fr;text-align:center}.profile ul{display:none}.profile-top img,.profile img{width:200px;margin:auto}.profile-grid{grid-template-areas:"top" "about" "exp" "edu" "github"}.profile-about .skills{flex-direction:column}.dash-buttons a{display:block;width:100%;margin-bottom:.2rem}.post{grid-template-columns:1fr}.post a,.post button{padding:.3rem .4rem}}
/*# sourceMappingURL=main.58fe63a4.chunk.css.map */