@import"https://fonts.googleapis.com/css?family=Play|Roboto&display=swap";:root{--accent: #2337ff;--accent-dark: #000d8a;--black: 15, 18, 25;--gray: 96, 115, 159;--gray-light: 229, 233, 240;--gray-dark: 34, 41, 57;--gray-gradient: rgba(var(--gray-light), 50%), #fff;--box-shadow: 0 2px 6px rgba(var(--gray), 25%), 0 8px 24px rgba(var(--gray), 33%), 0 16px 32px rgba(var(--gray), 33%);--highlight-color: #434c5e;--banner-color: #8fbcbb;--back-color: #d8dee9;--text-color: #2e3440}*{box-sizing:border-box}body{background-color:var(--back-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}h1,h2,h3,h4,h5{font-family:Play,Times,serif;color:var(--highlight-color)!important;margin:15px 0}a{color:var(--highlight-color)!important;text-decoration:none}.container{display:flex;flex-direction:column;align-items:center;width:100%}header{width:100%}.banner{display:flex;justify-content:center;width:100%;background-color:var(--banner-color)}.banner-text{box-sizing:border-box;display:flex;flex-direction:column;padding:15px 20px;width:100%;max-width:1100px;color:var(--highlight-color)}p.head{margin:10px 0}.main{display:flex;flex-direction:row;padding:20px;width:100%;max-width:1100px;box-sizing:border-box}.main article{width:100%}@media screen and (max-width: 1000px){.main{display:flex;flex-direction:column;padding:20px}}.content{display:flex;flex-direction:column;flex:3}.sidebar{display:flex;flex-direction:column;flex:1;padding:0 20px}.sidebar li a{margin-right:5px}.sidebar li span{color:var(--text-color)}.sidebar .posts{margin-top:-25px}.sidebar .posts ol{list-style:none;padding-left:0}.summary,.post,.about{text-align:justify}.content a,.post a,.about a{text-decoration:underline}.content h2 a{text-decoration:none}.posts li{margin-bottom:20px}.highlighted{margin-right:15px;color:var(--highlight-color)!important}.blog_heading{display:flex;justify-content:space-between}.date{font-size:.9em;color:var(--text-color)}.blog_date{font-size:1.1rem;font-weight:800;color:var(--highlight-color)}.about_section{margin-bottom:45px}.skill_matrix{display:grid;grid-template-columns:50% 50%;grid-template-rows:50% 50%}.summary p,.post p,.post li,.about p,.about li{font-size:1.1rem;line-height:150%;color:var(--text-color)}hr{border-bottom:1px solid var(--banner-color);margin:20px 0}img{margin:20px 0;width:auto;max-width:100%}a.jsc img{padding-top:20px}img.side{height:70px;width:70px}blockquote{font-size:1.1em;border-left:3px solid var(--banner-color)}.skill_section li{font-size:1rem}.image_holder{display:flex;justify-content:center}em{border:1px solid var(--text-color);padding:4px;border-radius:6px}code{background-color:#282a36;color:#f8f8f2}.postlist{min-width:720px;font-size:1.2rem}.tagline{display:flex;align-content:center;justify-content:center;flex-direction:column;h1{text-align:center}}.img-holder{display:flex;align-items:center;justify-content:center}.icon{font-size:1.2em}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:20px}.skill-card{background:linear-gradient(135deg,#eceff4,#d8dee9);padding:20px;border-radius:15px;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.skill-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0003}.skill-card h4{color:#5e81ac;font-size:1.1em;margin-bottom:15px;display:flex;text-align:left}.tech-tag{display:inline-flex;align-items:center;gap:6px;background:#fff;padding:8px 15px;border-radius:20px;margin:5px 5px 5px 0;font-size:.9em;box-shadow:0 2px 5px #0000001a;transition:all .3s ease}.tech-tag:hover{transform:scale(1.05);box-shadow:0 4px 10px #00000026}.tech-tag.python{background:linear-gradient(135deg,#3776ab,#ffd43b);color:#fff;font-weight:700;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.experience-item,.education-item,.cert-item{background:#f8f9fa;padding:20px;border-radius:10px;margin-bottom:15px;border-left:4px solid #8fbcbb;transition:all .3s ease}.experience-item:hover,.education-item:hover,.cert-item:hover{background:#e9ecef;border-left-width:8px}.company-name{font-weight:700;color:#5e81ac;font-size:1.1em}.role{color:#81a1c1;font-weight:600}.duration{color:#666;font-style:italic;font-size:.9em}.highlight-box{background:linear-gradient(135deg,#8fbcbb,#5e81ac);color:#fff;padding:25px;border-radius:15px;margin:20px 0;box-shadow:0 10px 30px #8fbcbb4d}.highlight-box strong{font-size:1.1em}a{color:#5e81ac;text-decoration:none;transition:color .3s ease}a:hover{color:#8fbcbb;text-decoration:underline}ul{list-style:none;padding-left:0}ul li:before{content:"▹ ";color:#8fbcbb;font-weight:700;margin-right:8px}.social-links{margin-top:20px;display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.social-links a{display:inline-flex;align-items:center;gap:8px;background:#fff3;color:#fff;padding:10px 20px;border-radius:25px;text-decoration:none;font-weight:500;transition:all .3s ease;backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3)}.social-links a:hover{background:#fff;color:#5e81ac;transform:translateY(-2px);box-shadow:0 5px 15px #0003}.github-link svg,.linkedin-link svg{width:20px;height:20px}.github-section{margin-top:20px}.github-highlight{background:linear-gradient(135deg,#2d333b,#22272e);color:#fff;padding:30px;border-radius:15px;text-align:center;box-shadow:0 10px 30px #0003}.github-highlight h3{color:#fff;font-size:1.8em;margin-bottom:15px}.github-highlight p{font-size:1.1em;margin-bottom:25px;opacity:.9}.github-cta{display:inline-flex;align-items:center;gap:10px;background:#8fbcbb;color:#fff;padding:15px 30px;border-radius:30px;text-decoration:none;font-weight:600;font-size:1.1em;transition:all .3s ease;box-shadow:0 5px 15px #8fbcbb66}.github-cta:hover{background:#5e81ac;transform:translateY(-3px);box-shadow:0 8px 20px #5e81ac80;color:#fff;text-decoration:none}.github-cta svg{width:24px;height:24px}footer[data-astro-cid-sz7xmlte]{width:100%;padding:2em 1em 6em;color:rgb(var(--gray));text-align:center}
