*{margin:0;padding:0;box-sizing:border-box}html.theme-transition,html.theme-transition *,html.theme-transition *:before,html.theme-transition *:after{transition:all 0.3s ease-in-out !important;transition-delay:0 !important}body{opacity:0;transform:translateY(10px);transition:opacity 0.5s ease-out, transform 0.5s ease-out}body.loaded{opacity:1;transform:translateY(0)}html{font-size:16px;scroll-behavior:smooth}body{font-family:"Inter","Open Sans",sans-serif;line-height:1.6;transition:background-color 0.3s ease, color 0.3s ease}[data-theme="dark"] body{background-color:#0d1117;color:#e6edf3}[data-theme="light"] body{background-color:#f8f9fa;color:#24292e}h1,h2,h3,h4,h5,h6{font-family:"JetBrains Mono","Fira Code",monospace;font-weight:700;margin-bottom:15px}h1::before,h2::before,h3::before,h4::before,h5::before,h6::before{content:"# ";color:#0ea5e9;font-weight:normal}h1{font-size:2.2rem}h2{font-size:1.8rem}h3{font-size:1.5rem}h4{font-size:1.3rem}h5{font-size:1.1rem}h6{font-size:1rem}p{margin-bottom:15px}a{text-decoration:none;position:relative}[data-theme="dark"] a{color:#0284c7}[data-theme="light"] a{color:#016395}a:hover{text-decoration:underline;color:#0ea5e9}ul,ol{margin-left:30px;margin-bottom:15px}li{margin-bottom:7.5px}blockquote{border-left:4px solid #0ea5e9;padding-left:15px;font-style:italic;margin-bottom:15px;padding:15px;border-radius:6px}[data-theme="dark"] blockquote{background-color:rgba(255,255,255,0.05)}[data-theme="light"] blockquote{background-color:rgba(0,0,0,0.03)}code{font-family:"JetBrains Mono","Fira Code",monospace;padding:0.2em 0.4em;border-radius:3px;font-size:0.95em;transition:background 0.2s, color 0.2s;background:var(--code-bg, #23272e);color:var(--code-fg, #f8f8f8)}pre{background:var(--pre-bg, #181c1f);color:var(--pre-fg, #f8f8f8);border-radius:6px;padding:1em;overflow-x:auto;font-size:1em;transition:background 0.2s, color 0.2s}[data-theme="dark"]{--code-bg: #23272e;--code-fg: #f8f8f8;--pre-bg: #181c1f;--pre-fg: #f8f8f8}[data-theme="light"]{--code-bg: #f4f6f8;--code-fg: #23272e;--pre-bg: #f4f6f8;--pre-fg: #23272e}.highlight,pre code{background:inherit;color:inherit}hr{margin:30px 0;border:0;height:1px}[data-theme="dark"] hr{background-color:#30363d}[data-theme="light"] hr{background-color:#e1e4e8}img{max-width:100%;height:auto;border-radius:6px}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:1.2rem;margin-bottom:1.2rem}.hero-content{display:flex;flex-direction:column;align-items:center;gap:0.3rem}.animate-text{position:relative;display:inline-block;background:linear-gradient(90deg, #0ea5e9, #0e13e9);background-clip:text;-webkit-background-clip:text;color:transparent;animation:gradient-shift 8s ease infinite;margin-top:0.5rem;margin-bottom:0.2rem}.animate-text::before{content:"#";position:absolute;left:-1.5rem;color:#0ea5e9;animation:blink 1.5s ease-in-out infinite}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes blink{0%, 100%{opacity:1}50%{opacity:0.5}}.location{display:flex;align-items:center;justify-content:center;gap:0.4rem;font-size:0.95rem;opacity:0.85;margin-top:-0.2rem}.location::before{content:"📍";font-size:0.9rem}.profile-pic{width:220px;height:220px;border-radius:50%;object-fit:cover;margin-bottom:2rem;box-shadow:0 6px 18px rgba(0,0,0,0.15);border:4px solid #0ea5e9;background-origin:border-box;background-clip:content-box, border-box;background-image:linear-gradient(to bottom, transparent, transparent),linear-gradient(135deg, #0ea5e9, #0e13e9);transition:transform 0.3s ease, box-shadow 0.3s ease;display:block}.profile-pic:hover{transform:scale(1.04);box-shadow:0 10px 28px rgba(0,0,0,0.18)}.social-links-container{display:flex;flex-direction:row;gap:1rem;margin:1.2rem 0;justify-content:center;flex-wrap:wrap;width:100%;max-width:600px}.social-link{display:flex;align-items:center;gap:0.6rem;padding:0.6rem 1rem;border-radius:2rem;transition:all 0.2s ease;text-decoration:none;margin:0.3rem;min-width:120px;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,0.08)}[data-theme="dark"] .social-link{background-color:rgba(255,255,255,0.08)}[data-theme="light"] .social-link{background-color:rgba(0,0,0,0.05);color:#24292e}.social-link:hover{transform:translateY(-3px);box-shadow:0 4px 10px rgba(0,0,0,0.15)}[data-theme="dark"] .social-link:hover{background-color:rgba(255,255,255,0.2)}[data-theme="light"] .social-link:hover{background-color:rgba(0,0,0,0.1)}.social-link .svg-icon{width:1.5rem;height:1.5rem;margin-right:0.75rem}[data-theme="dark"] .social-link .svg-icon{fill:#e6edf3}[data-theme="light"] .social-link .svg-icon{fill:#24292e}.social-link .username{font-size:1rem;font-weight:500}.hero-social{display:flex;flex-direction:row;gap:1.5rem;margin-top:0.5rem;justify-content:center}.hero-social a{display:flex;align-items:center;justify-content:center;font-size:1.7rem;transition:transform 0.15s}.hero-social a:hover{transform:scale(1.12);color:#0ea5e9}@media (max-width: 900px){.hero{margin-top:1.2rem;margin-bottom:1.2rem;padding:0 1rem}.hero-content{gap:0.3rem}.profile-pic{width:160px;height:160px;margin-bottom:1.2rem}.social-links-container{gap:0.5rem;max-width:500px}.social-link{padding:0.5rem 0.8rem;min-width:110px;margin:0.2rem}.project-grid{gap:1rem}}@media (max-width: 600px){.hero{margin-top:0.8rem;margin-bottom:0.8rem;padding:0 0.5rem}.hero-content{gap:0.25rem}.profile-pic{width:85px;height:85px;margin-bottom:0.7rem}.animate-text{font-size:1.8rem;margin-top:0.3rem;margin-bottom:0.1rem}.animate-text::before{left:-1.2rem;font-size:1.5rem}.lead{font-size:1rem}.social-links-container{gap:0.3rem;margin:0.8rem 0;max-width:100%}.social-link{padding:0.4rem 0.6rem;min-width:100px;margin:0.15rem}.social-link .username{font-size:0.85rem}.social-link .svg-icon{width:1.2rem;height:1.2rem}.project-grid{grid-template-columns:1fr;gap:0.75rem}.project-card{padding:1rem}.section{padding:1rem 0.5rem}}.terminal{font-family:"JetBrains Mono","Fira Code",monospace;background-color:#1e1e1e;color:#f8f8f8;padding:1rem;border-radius:4px;margin:1rem 0;overflow-x:auto;position:relative}[data-theme="light"] .terminal{background-color:#2d2d2d;color:#f8f8f8}.terminal-cursor{display:inline-block;color:#0ea5e9;font-weight:bold;animation:blink 1s step-end infinite}.terminal-cursor.blink{animation:blink 1s step-end infinite}@keyframes blink{0%, 100%{opacity:1}50%{opacity:0}}pre{background:#1e1e1e;border-radius:6px;padding:1rem;overflow-x:auto;margin:1.5rem 0;position:relative}pre::before{content:attr(data-language);position:absolute;top:0;right:0;background:rgba(0,0,0,0.3);color:#aaa;padding:0.2rem 0.5rem;font-size:0.7rem;border-radius:0 6px 0 6px;font-family:"JetBrains Mono","Fira Code",monospace}[data-theme="light"] pre{background-color:#2d2d2d;color:#f8f8f8}pre code{font-family:"JetBrains Mono","Fira Code",monospace;font-size:0.9rem;line-height:1.5;color:#f8f8f8}pre code .code-keyword{color:#569cd6}pre code .code-string{color:#ce9178}pre code .code-comment{color:#6a9955}pre code .code-type{color:#4ec9b0}.container{max-width:800px;margin:0 auto;padding:0 30px}.publication-item{margin-bottom:2rem;padding:1.5rem;border-radius:8px;transition:all 0.3s ease}[data-theme="dark"] .publication-item{background-color:rgba(255,255,255,0.05)}[data-theme="light"] .publication-item{background-color:rgba(0,0,0,0.02)}.publication-item:hover{transform:translateY(-3px)}[data-theme="dark"] .publication-item:hover{background-color:rgba(255,255,255,0.08);box-shadow:0 4px 12px rgba(0,0,0,0.2)}[data-theme="light"] .publication-item:hover{background-color:rgba(0,0,0,0.04);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.publication-item h3{margin-top:0;margin-bottom:0.5rem;font-size:1.25rem;font-weight:600;color:#0ea5e9}.publication-item .publication-venue{font-style:italic;margin-bottom:1rem;font-size:0.9rem}[data-theme="dark"] .publication-item .publication-venue{color:rgba(255,255,255,0.7)}[data-theme="light"] .publication-item .publication-venue{color:rgba(0,0,0,0.6)}.publication-item .publication-description{margin-bottom:0;line-height:1.5}.card{padding:15px;margin-bottom:15px;border-radius:6px;transition:transform 0.3s ease, box-shadow 0.3s ease}[data-theme="dark"] .card{background-color:#161b22;border:1px solid #30363d}[data-theme="light"] .card{background-color:#fff;border:1px solid #e1e4e8}.card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.1)}.hashtag-filter{display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem 1rem;margin-bottom:2rem;font-size:1rem;background:none;border-bottom:1px solid var(--border-color, #eaeaea);padding-bottom:0.75rem}.hashtag-filter strong{margin-right:0.5rem;color:var(--text-muted, #888);font-weight:500;letter-spacing:0.03em}.hashtag-link{font-size:0.85em;padding:0.13em 0.7em;margin-right:0.15em;margin-bottom:0.18em;display:inline-block;padding:0.18em 0.9em;border-radius:999px;background:var(--hashtag-bg, #f5f5f5);color:var(--hashtag-color, #444);font-size:0.97em;text-decoration:none;margin-right:0.25em;margin-bottom:0.3em;border:1px solid var(--hashtag-border, #eaeaea);transition:background 0.15s, color 0.15s, border 0.15s}.hashtag-link:hover,.hashtag-link:focus{background:var(--hashtag-hover-bg, #e0e7ef);color:var(--hashtag-hover-color, #007acc);border-color:var(--hashtag-hover-border, #b3c7e6)}.clear-filter{margin-left:auto;font-size:0.95em;color:var(--text-muted, #888);background:none;border:none;text-decoration:underline;cursor:pointer;padding:0.1em 0.5em;border-radius:5px;transition:color 0.15s}.clear-filter:hover,.clear-filter:focus{color:var(--hashtag-hover-color, #007acc);background:var(--hashtag-hover-bg, #e0e7ef)}.post-list{list-style:none;padding:0;margin:0}.post-item{background:var(--post-bg, #fff);border:1px solid var(--border-color, #eaeaea);border-radius:10px;margin-bottom:1.5rem;padding:1.2rem 1.5rem 1.1rem 1.5rem;box-shadow:0 2px 8px rgba(0,0,0,0.01);transition:box-shadow 0.18s, border 0.18s}.post-item:hover,.post-item:focus-within{box-shadow:0 4px 16px rgba(0,0,0,0.06);border-color:var(--hashtag-hover-border, #b3c7e6)}.post-link{color:var(--accent-color, #007acc);font-size:1.18em;font-weight:600;text-decoration:none}.post-link:hover,.post-link:focus{text-decoration:underline;color:var(--hashtag-hover-color, #007acc)}.post-meta{color:var(--text-muted, #888);font-size:0.98em;margin-right:0.7em}.post-hashtags{margin-left:0.1em}.post-excerpt{margin:0.7em 0 0.5em 0;color:var(--text-main, #333);font-size:1.01em;line-height:1.7}[data-theme="dark"]{--border-color: #222c37;--post-bg: #181d23;--hashtag-bg: #232b34;--hashtag-color: #b8c7e0;--hashtag-border: #232b34;--hashtag-hover-bg: #29364a;--hashtag-hover-color: #66b3ff;--hashtag-hover-border: #3a4e6b;--text-muted: #b8c7e0;--text-main: #e3eaf2}[data-theme="light"]{--border-color: #eaeaea;--post-bg: #fff;--hashtag-bg: #f5f5f5;--hashtag-color: #444;--hashtag-border: #eaeaea;--hashtag-hover-bg: #e0e7ef;--hashtag-hover-color: #007acc;--hashtag-hover-border: #b3c7e6;--text-muted: #888;--text-main: #333}.post-list{list-style:none;padding:0;margin:2rem 0}.post-item{margin-bottom:2.5rem;padding:1.5rem;border-radius:8px;transition:all 0.3s ease}[data-theme="dark"] .post-item{background-color:rgba(255,255,255,0.05)}[data-theme="light"] .post-item{background-color:rgba(0,0,0,0.02)}.post-item:hover{transform:translateY(-3px)}[data-theme="dark"] .post-item:hover{background-color:rgba(255,255,255,0.08);box-shadow:0 4px 12px rgba(0,0,0,0.2)}[data-theme="light"] .post-item:hover{box-shadow:0 4px 8px rgba(0,0,0,0.1)}.button{display:inline-block;padding:0.5rem 1rem;border-radius:6px;font-family:"JetBrains Mono","Fira Code",monospace;font-weight:600;cursor:pointer;transition:background-color 0.2s ease, color 0.2s ease;border:none}[data-theme="dark"] .button{background-color:#0ea5e9;color:#0d1117}[data-theme="light"] .button{background-color:#0ea5e9;color:#f8f9fa}.button:hover{opacity:0.9;text-decoration:none}.button.button-outline{background-color:transparent}[data-theme="dark"] .button.button-outline{border:2px solid #0ea5e9;color:#0ea5e9}[data-theme="light"] .button.button-outline{border:2px solid #0ea5e9;color:#086189}.text-center{text-align:center}.text-right{text-align:right}.text-accent{color:#0ea5e9}.mb-0{margin-bottom:0}.mb-1{margin-bottom:7.5px}.mb-2{margin-bottom:15px}.mb-3{margin-bottom:30px}.mt-0{margin-top:0}.mt-1{margin-top:7.5px}.mt-2{margin-top:15px}.mt-3{margin-top:30px}.site-footer{background:#0d1117;color:#e6edf3;padding:2.5rem 0 1.5rem 0;font-size:1rem;margin-top:3rem}[data-theme="light"] .site-footer{background:#f8f9fa;color:#24292e}.footer-wrapper{max-width:800px;margin:0 auto;padding:0 30px}.footer-col-wrapper{display:flex;flex-direction:row;justify-content:space-between;gap:2.5rem;margin-bottom:2rem}@media (max-width: 900px){.footer-col-wrapper{flex-direction:column;gap:1.5rem;align-items:stretch}}.footer-col{flex:1 1 0;min-width:180px}.footer-bottom{text-align:center;opacity:0.8;font-size:0.95rem;margin-top:1.5rem;display:flex;flex-direction:column;gap:0.2rem;align-items:center;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;background:inherit;box-sizing:border-box;z-index:1}@media (max-width: 900px){.footer-bottom{width:100%;left:0;right:0;margin-left:0;margin-right:0}}.footer-code{font-family:"JetBrains Mono","Fira Code",monospace;font-size:0.85rem;opacity:0.7;margin-top:15px;line-height:1.4}.code-comment{color:#6a8759}.footer-tech{font-size:0.9rem;opacity:0.8;margin-top:0.25rem;text-align:center}.tech-stack{font-family:"JetBrains Mono","Fira Code",monospace;font-weight:500;color:#0ea5e9}.version-badge{display:inline-block;background:linear-gradient(135deg, #0ea5e9, #0e13e9);color:#fff;font-size:0.75rem;font-weight:600;padding:0.15rem 0.5rem;border-radius:1rem;margin-left:0.5rem;vertical-align:middle;letter-spacing:0.5px;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.canvas-container{width:100%;margin:2rem 0;overflow:hidden;background:#f8f8f8;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.canvas-container canvas{display:block;width:100%;max-width:700px;margin:0 auto}.canvas-container+h2,.canvas-container+h3{margin-top:2rem}#standard-smote-canvas,#borderline-smote-canvas,#adasyn-canvas,#kmeans-smote-canvas{margin-bottom:3rem}@media (max-width: 767px){.canvas-container canvas{height:350px}}.site-header{padding:30px 0;margin-bottom:30px}[data-theme="dark"] .site-header{border-bottom:1px solid #30363d}[data-theme="light"] .site-header{border-bottom:1px solid #e1e4e8}.site-header .header-wrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.site-header .site-title{font-family:"JetBrains Mono","Fira Code",monospace;font-weight:700;font-size:1.5rem;letter-spacing:-0.5px}[data-theme="dark"] .site-header .site-title{color:#e6edf3}[data-theme="light"] .site-header .site-title{color:#24292e}.site-header .site-title:hover{text-decoration:none}.site-header .site-title .title-prefix{color:#0ea5e9}.site-nav{display:flex;align-items:center}.site-nav .nav-trigger{display:none}.site-nav .menu-icon{display:none}.site-nav .page-link{margin-left:20px;font-family:"JetBrains Mono","Fira Code",monospace;position:relative}[data-theme="dark"] .site-nav .page-link{color:#e6edf3}[data-theme="light"] .site-nav .page-link{color:#24292e}.site-nav .page-link:hover{text-decoration:none;color:#0ea5e9}.site-nav .page-link::after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:#0ea5e9;transition:width 0.2s ease}.site-nav .page-link:hover::after{width:100%}@media screen and (max-width: 600px){.site-nav{position:absolute;top:15px;right:15px}.site-nav label[for="nav-trigger"]{display:block;float:right;width:36px;height:36px;z-index:2;cursor:pointer}.site-nav .menu-icon{display:block;float:right;width:36px;height:26px;line-height:0;padding-top:10px;text-align:center}.site-nav .menu-icon svg{fill:#0ea5e9}.site-nav input ~ .trigger{clear:both;display:none}.site-nav input:checked ~ .trigger{display:block;padding-bottom:5px;position:absolute;top:40px;right:0;border-radius:6px;padding:15px;width:180px}[data-theme="dark"] .site-nav input:checked ~ .trigger{background-color:#161b22;border:1px solid #30363d}[data-theme="light"] .site-nav input:checked ~ .trigger{background-color:#fff;border:1px solid #e1e4e8;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.site-nav .page-link{display:block;padding:8px 0;margin:0}.site-nav .page-link:not(:last-child){margin-right:0;margin-bottom:5px}}.theme-toggle{background:none;border:none;cursor:pointer;margin-left:20px;padding:0;display:flex;align-items:center;justify-content:center}.theme-toggle .theme-icon{fill:currentColor}[data-theme="dark"] .theme-toggle .theme-icon{color:#e6edf3}[data-theme="light"] .theme-toggle .theme-icon{color:#24292e}.theme-toggle .theme-icon:hover{color:#0ea5e9}[data-theme="dark"] .theme-toggle .theme-icon-light{display:block}[data-theme="light"] .theme-toggle .theme-icon-light{display:none}[data-theme="dark"] .theme-toggle .theme-icon-dark{display:none}[data-theme="light"] .theme-toggle .theme-icon-dark{display:block}.content{padding:30px 0 60px;min-height:calc(100vh - 200px)}.hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:60px 0}.hero .hero-image{width:150px;height:150px;border-radius:50%;object-fit:cover;margin-bottom:30px;border:3px solid #0ea5e9}.hero .hero-title{font-size:2.5rem;margin-bottom:7.5px}.hero .hero-title::before{content:none}.hero .hero-subtitle{font-family:"JetBrains Mono","Fira Code",monospace;font-size:1.2rem;margin-bottom:30px}[data-theme="dark"] .hero .hero-subtitle{color:#8b949e}[data-theme="light"] .hero .hero-subtitle{color:#6a737d}.hero .hero-description{max-width:600px;margin-bottom:30px}.hero .hero-buttons{display:flex;gap:15px}@media screen and (max-width: 600px){.hero .hero-buttons{flex-direction:column}}.section{margin-bottom:60px}.section .section-title{margin-bottom:30px;padding-bottom:7.5px}[data-theme="dark"] .section .section-title{border-bottom:1px solid #30363d}[data-theme="light"] .section .section-title{border-bottom:1px solid #e1e4e8}.skills-list{display:flex;flex-wrap:wrap;gap:10px;list-style:none;margin-left:0}.skills-list .skill-item{padding:5px 12px;border-radius:20px;font-family:"JetBrains Mono","Fira Code",monospace;font-size:0.9rem}[data-theme="dark"] .skills-list .skill-item{background-color:rgba(100,255,218,0.1);border:1px solid rgba(100,255,218,0.3);color:#0ea5e9}[data-theme="light"] .skills-list .skill-item{background-color:rgba(100,255,218,0.2);border:1px solid rgba(100,255,218,0.4);color:#053f59}.timeline{position:relative;margin-left:20px}.timeline::before{content:"";position:absolute;top:0;bottom:0;left:0;width:2px}[data-theme="dark"] .timeline::before{background-color:#30363d}[data-theme="light"] .timeline::before{background-color:#e1e4e8}.timeline .timeline-item{position:relative;margin-bottom:30px;padding-left:30px}.timeline .timeline-item::before{content:"";position:absolute;left:-4px;top:8px;width:10px;height:10px;border-radius:50%;background-color:#0ea5e9}.timeline .timeline-item .timeline-date{font-family:"JetBrains Mono","Fira Code",monospace;font-size:0.9rem;margin-bottom:5px}[data-theme="dark"] .timeline .timeline-item .timeline-date{color:#8b949e}[data-theme="light"] .timeline .timeline-item .timeline-date{color:#6a737d}.timeline .timeline-item .timeline-title{margin-bottom:5px;font-size:1.2rem}.timeline .timeline-item .timeline-title::before{content:none}.timeline .timeline-item .timeline-subtitle{font-style:italic;margin-bottom:10px}[data-theme="dark"] .timeline .timeline-item .timeline-subtitle{color:#8b949e}[data-theme="light"] .timeline .timeline-item .timeline-subtitle{color:#6a737d}.post-list{list-style:none;margin-left:0}.post-list .post-item{margin-bottom:30px;padding-bottom:30px}[data-theme="dark"] .post-list .post-item{border-bottom:1px solid #30363d}[data-theme="light"] .post-list .post-item{border-bottom:1px solid #e1e4e8}.post-list .post-item:last-child{border-bottom:none}.post-list .post-link{font-family:"JetBrains Mono","Fira Code",monospace;font-size:1.3rem;font-weight:700}[data-theme="dark"] .post-list .post-link{color:#e6edf3}[data-theme="light"] .post-list .post-link{color:#24292e}.post-list .post-link:hover{color:#0ea5e9;text-decoration:none}.post-list .post-meta{font-family:"JetBrains Mono","Fira Code",monospace;font-size:0.9rem;margin-bottom:10px}[data-theme="dark"] .post-list .post-meta{color:#8b949e}[data-theme="light"] .post-list .post-meta{color:#6a737d}.post-list .post-excerpt{margin-bottom:10px}.post .post-header{margin-bottom:30px}.post .post-title{font-size:2rem}.post .post-title::before{content:none}.post .post-meta{font-family:"JetBrains Mono","Fira Code",monospace;font-size:0.9rem;margin-bottom:15px}[data-theme="dark"] .post .post-meta{color:#8b949e}[data-theme="light"] .post .post-meta{color:#6a737d}.post .post-meta .post-date{margin-right:10px}.post .post-meta .post-category{margin-right:5px}[data-theme="dark"] .post .post-meta .post-category{color:#0ea5e9}[data-theme="light"] .post .post-meta .post-category{color:#086189}.post .post-content{margin-bottom:30px}.post .post-navigation{margin-top:30px;padding-top:15px}[data-theme="dark"] .post .post-navigation{border-top:1px solid #30363d}[data-theme="light"] .post .post-navigation{border-top:1px solid #e1e4e8}.post .post-navigation .post-navigation-links{display:flex;justify-content:space-between}.post .post-navigation .post-navigation-links .prev,.post .post-navigation .post-navigation-links .next{max-width:45%}.contact-form{margin-bottom:30px}.contact-form .form-group{margin-bottom:15px}.contact-form label{display:block;margin-bottom:5px;font-family:"JetBrains Mono","Fira Code",monospace}.contact-form input,.contact-form textarea{width:100%;padding:10px;border-radius:6px;font-family:"Inter","Open Sans",sans-serif}[data-theme="dark"] .contact-form input,[data-theme="dark"] .contact-form textarea{background-color:#161b22;border:1px solid #30363d;color:#e6edf3}[data-theme="light"] .contact-form input,[data-theme="light"] .contact-form textarea{background-color:#fff;border:1px solid #e1e4e8;color:#24292e}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#0ea5e9}.contact-form textarea{min-height:150px}.site-footer{padding:30px 0}[data-theme="dark"] .site-footer{border-top:1px solid #30363d}[data-theme="light"] .site-footer{border-top:1px solid #e1e4e8}.site-footer .footer-wrapper{display:flex;flex-direction:column}.site-footer .footer-col-wrapper{display:flex;flex-wrap:wrap;margin-bottom:30px}@media screen and (max-width: 600px){.site-footer .footer-col-wrapper{flex-direction:column}}.site-footer .footer-col{flex:1;min-width:200px;margin-bottom:15px}@media screen and (max-width: 600px){.site-footer .footer-col{margin-bottom:30px}}.site-footer .footer-heading{font-family:"JetBrains Mono","Fira Code",monospace;font-weight:700;margin-bottom:10px}.site-footer .footer-links{list-style:none;margin-left:0}.site-footer .footer-links li{margin-bottom:5px}.site-footer .social-media-list{list-style:none;margin-left:0}.site-footer .social-media-list li{margin-bottom:10px}.site-footer .social-media-list a{display:flex;align-items:center}[data-theme="dark"] .site-footer .social-media-list a{color:#e6edf3}[data-theme="light"] .site-footer .social-media-list a{color:#24292e}.site-footer .social-media-list a:hover{color:#0ea5e9;text-decoration:none}.site-footer .social-media-list .svg-icon{width:16px;height:16px;margin-right:5px}.site-footer .footer-bottom{text-align:center;font-size:0.9rem}[data-theme="dark"] .site-footer .footer-bottom{color:#8b949e}[data-theme="light"] .site-footer .footer-bottom{color:#6a737d}.site-footer .footer-bottom .heart{color:#f85149}.site-footer .footer-bottom .footer-code{font-family:"JetBrains Mono","Fira Code",monospace;margin-top:5px}.site-footer .footer-bottom .footer-code .footer-date{color:#0ea5e9}.btn{display:inline-block;padding:0.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:500;cursor:pointer;transition:all 0.3s ease;margin:1rem 0}.btn:hover{transform:translateY(-2px)}.btn-primary{background-color:#0ea5e9;color:white;box-shadow:0 2px 5px rgba(0,0,0,0.1)}.btn-primary:hover{background-color:#0d94d1;box-shadow:0 4px 8px rgba(0,0,0,0.15)}.btn-primary i{margin-right:0.5rem}.education-section{margin-bottom:2rem}.education-highlight{padding:1.5rem;border-radius:8px;transition:all 0.3s ease}[data-theme="dark"] .education-highlight{background-color:rgba(255,255,255,0.05)}[data-theme="light"] .education-highlight{background-color:rgba(0,0,0,0.02)}.education-highlight p{margin:0.5rem 0}.education-highlight strong{color:#0ea5e9;font-size:1.1rem}.education-highlight .education-institute{font-weight:600;color:#0ea5e9}.education-highlight .education-year{font-size:0.9rem;opacity:0.8}.site-header{padding:1rem 0;border-bottom:1px solid}[data-theme="dark"] .site-header{border-color:#30363d}[data-theme="light"] .site-header{border-color:#e1e4e8}.site-header .header-wrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.site-header .site-title{font-weight:700;text-decoration:none}.site-header .site-title .title-prefix{color:#0ea5e9}.site-nav{position:relative}.site-nav .nav-trigger{display:none}.site-nav .menu-icon{display:none;cursor:pointer;padding:10px}.site-nav .menu-icon svg{fill:currentColor}.site-nav .trigger{display:flex;gap:1.5rem}.site-nav .page-link{display:inline-block;padding:0.5rem 0;position:relative}.site-nav .page-link::after{content:'';position:absolute;width:0;height:2px;bottom:0;left:0;background-color:#0ea5e9;transition:width 0.3s ease}.site-nav .page-link:hover::after,.site-nav .page-link.active::after{width:100%}@media screen and (max-width: 600px){.site-nav .menu-icon{display:block}.site-nav .trigger{display:none;position:absolute;top:100%;right:0;margin-top:0.5rem;padding:1rem;flex-direction:column;gap:1rem;width:200px;border-radius:4px;z-index:10}[data-theme="dark"] .site-nav .trigger{background-color:#0d1117;border:1px solid #30363d}[data-theme="light"] .site-nav .trigger{background-color:#f8f9fa;border:1px solid #e1e4e8;box-shadow:0 4px 6px rgba(0,0,0,0.1)}.site-nav .nav-trigger:checked ~ .trigger{display:flex}}.projects-container{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:1.5rem;margin-top:1.5rem}.project-card{padding:1.5rem;border-radius:8px;transition:all 0.3s ease;height:100%;display:flex;flex-direction:column}[data-theme="dark"] .project-card{background-color:rgba(255,255,255,0.05)}[data-theme="light"] .project-card{background-color:rgba(0,0,0,0.02)}.project-card:hover{transform:translateY(-5px)}[data-theme="dark"] .project-card:hover{background-color:rgba(255,255,255,0.08);box-shadow:0 4px 12px rgba(0,0,0,0.2)}[data-theme="light"] .project-card:hover{background-color:rgba(0,0,0,0.04);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.project-title{margin-top:0;margin-bottom:1rem;font-size:1.25rem;font-weight:600;color:#0ea5e9}.project-description{margin-bottom:1.5rem;line-height:1.6;flex-grow:1}.project-tech{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:1.5rem}.tech-tag{font-size:0.8rem;padding:0.25rem 0.5rem;border-radius:4px}[data-theme="dark"] .tech-tag{background-color:rgba(255,255,255,0.1)}[data-theme="light"] .tech-tag{background-color:rgba(0,0,0,0.05)}.project-link{display:inline-flex;align-items:center;gap:0.5rem;text-decoration:none;font-weight:500;color:#0ea5e9}.project-link:hover{text-decoration:underline}.project-link i{font-size:0.8rem}@media (max-width: 768px){.projects-container{grid-template-columns:1fr}}.highlight .c{color:#998;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k{font-weight:bold}.highlight .o{font-weight:bold}.highlight .cm{color:#998;font-style:italic}.highlight .cp{color:#999;font-weight:bold}.highlight .c1{color:#998;font-style:italic}.highlight .cs{color:#999;font-weight:bold;font-style:italic}.highlight .gd{color:#000;background-color:#fdd}.highlight .gd .x{color:#000;background-color:#faa}.highlight .ge{font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .gi .x{color:#000;background-color:#afa}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:bold}.highlight .gu{color:#aaa}.highlight .gt{color:#a00}.highlight .kc{font-weight:bold}.highlight .kd{font-weight:bold}.highlight .kp{font-weight:bold}.highlight .kr{font-weight:bold}.highlight .kt{color:#458;font-weight:bold}.highlight .m{color:#099}.highlight .s{color:#d14}.highlight .na{color:teal}.highlight .nb{color:#0086B3}.highlight .nc{color:#458;font-weight:bold}.highlight .no{color:teal}.highlight .ni{color:purple}.highlight .ne{color:#900;font-weight:bold}.highlight .nf{color:#900;font-weight:bold}.highlight .nn{color:#555}.highlight .nt{color:navy}.highlight .nv{color:teal}.highlight .ow{font-weight:bold}.highlight .w{color:#bbb}.highlight .mf{color:#099}.highlight .mh{color:#099}.highlight .mi{color:#099}.highlight .mo{color:#099}.highlight .sb{color:#d14}.highlight .sc{color:#d14}.highlight .sd{color:#d14}.highlight .s2{color:#d14}.highlight .se{color:#d14}.highlight .sh{color:#d14}.highlight .si{color:#d14}.highlight .sx{color:#d14}.highlight .sr{color:#009926}.highlight .s1{color:#d14}.highlight .ss{color:#990073}.highlight .bp{color:#999}.highlight .vc{color:teal}.highlight .vg{color:teal}.highlight .vi{color:teal}.highlight .il{color:#099}[data-theme="dark"] .highlight .c,[data-theme="dark"] .highlight .cm,[data-theme="dark"] .highlight .c1,[data-theme="dark"] .highlight .cs{color:#6a9955}[data-theme="dark"] .highlight .k,[data-theme="dark"] .highlight .kc,[data-theme="dark"] .highlight .kd,[data-theme="dark"] .highlight .kp,[data-theme="dark"] .highlight .kr{color:#569cd6}[data-theme="dark"] .highlight .kt{color:#4ec9b0}[data-theme="dark"] .highlight .s,[data-theme="dark"] .highlight .sb,[data-theme="dark"] .highlight .sc,[data-theme="dark"] .highlight .sd,[data-theme="dark"] .highlight .s2,[data-theme="dark"] .highlight .se,[data-theme="dark"] .highlight .sh,[data-theme="dark"] .highlight .si,[data-theme="dark"] .highlight .sx,[data-theme="dark"] .highlight .s1{color:#ce9178}[data-theme="dark"] .highlight .na{color:#9cdcfe}[data-theme="dark"] .highlight .nb{color:#569cd6}[data-theme="dark"] .highlight .nc{color:#4ec9b0}[data-theme="dark"] .highlight .nf{color:#dcdcaa}[data-theme="dark"] .highlight .nt{color:#569cd6}[data-theme="dark"] .highlight .m,[data-theme="dark"] .highlight .mf,[data-theme="dark"] .highlight .mh,[data-theme="dark"] .highlight .mi,[data-theme="dark"] .highlight .mo,[data-theme="dark"] .highlight .il{color:#b5cea8}
