@charset "UTF-8";
/*!
* Start Bootstrap - Resume v7.0.6 (https://startbootstrap.com/theme/resume)
* Copyright 2013-2023 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-resume/blob/master/LICENSE)
*/
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #bd5d38;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #38a0bd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 189, 93, 56;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Inter, sans-serif;
  --bs-body-font-size: 15.5px;
  --bs-body-font-weight: 301;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #bd5d38;
  --bs-link-hover-color: #974a2d;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #343030 !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: #343a40;
}

/* h1, .h1 {
  font-size: calc(1.725rem + 5.7vw);
} */
@media (min-width: 992px) {
  section.page-section .page-section-content {
    max-width: 80ch; 
    width: 100%;
    margin-left: 1rem;   /* left-aligned column */
    margin-right: auto;
    margin-top: 1rem;
  }
}

h2, .h2 {
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 3.5rem;
  }
}

h3, .h3 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2rem;
  }
}

h4, .h4 {
  font-size: calc(1rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}


/* Sidebar identity block under photo */
.sidebar-ident {
  margin: 0 auto 1rem;
  padding: 0 0.5rem;
  text-align: center;
}
.sidebar-name {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  /* letter-spacing: 0.03rem; */
  color: #000000;
}
.sidebar-social-icons {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.sidebar-social-icons .social-icon {
  height: 2rem;
  width: 2rem;
  background-color: transparent;
  /* border: 1px solid rgba(255, 255, 255, 0.5); */
  color: #000000;
  font-size: 1rem;
  margin-right: 0.5rem;
}
.sidebar-social-icons .social-icon:last-child {
  margin-right: 0;
}
.sidebar-social-icons .social-icon:hover {
  background-color: #bd5d38;
  border-color: #bd5d38;
  color: #000000;
}

#sideNav {
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.75);
  --bs-navbar-active-color: #000;
  --bs-navbar-brand-color: #000;
  --bs-navbar-brand-hover-color: #000;
}

.text-bg-primary {
  color: #000 !important;
  background-color: #38a0bd !important;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: #ebebeb !important;
}



/* HERE
/* ===== Minimal, compact content layout ===== */
:root {
  --sidebar-width: 20rem;   /* keep in sync with your sideNav */
  --prose-max: 75ch;        /* narrower for denser reading */
}

/* push content away from fixed sidebar on lg+ */
@media (min-width: 992px) {
  body { padding-left: var(--sidebar-width); }
}

/* sections: tight vertical rhythm, no borders or ornaments */
section.page-section {
  padding: 1.25rem 1rem;      /* was larger */
  border: 0;
  scroll-margin-top: 60px;
}
section.page-section:first-of-type { padding-top: 1.5rem; }

.page-section-content {
  max-width: var(--prose-max);
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0.5rem !important;
}

/* kill decorative header bits if present */
.section-header { margin-bottom: .5rem; }
.section-kicker, .section-rule { display: none; }

/* headings: smaller + tighter spacing */
.page-section-content h2 { 
  font-size: 1.6rem; 
  margin: 0 0 .4rem 0;
  font-weight: 500;
}
.page-section-content h3 { 
  font-size: 1.15rem; 
  margin: .8rem 0 .3rem;
  font-weight: 500;
}

/* paragraphs and lists: tight but readable */
.page-section-content p { 
  margin: .45rem 0 .65rem; 
  line-height: 1.5;
}
.page-section-content ul,
.page-section-content ol {
  margin: .4rem 0 .7rem;
  padding-left: 1.1rem;
}
.page-section-content li { margin: .15rem 0; }

/* links: plain */
.page-section-content a {
  text-decoration: underline;
  text-underline-offset: .12em;
}

/* tables: compact */
.page-section-content table { 
  width: 100%; 
  border-collapse: collapse; 
  margin: .7rem 0; 
}
.page-section-content th,
.page-section-content td {
  padding: .45rem .5rem;
  border-bottom: 1px solid #e9ecef;
}

/* neutralize previous “fancy” components so they render like plain text */
.item { display: block; padding: .25rem 0; border: 0; }
.item + .item { border: 0; }
.item-title, .item-meta, .item-actions { display: block; margin: 0; }
.item-meta {
  font-style: italic;
  font-weight:300 !important;
}

.pub-title {
  font-weight: 500 !important;
}
.pub-authors {
  font-weight: 300 !important;
}
.pub-venue {
  text-align: right !important;
}

.tag { display: none; }                /* hide chips/tags */
.link-btn {                            /* turn buttons into plain links */
  all: unset; 
  cursor: pointer; 
  text-decoration: underline; 
  font-size: inherit; 
  line-height: inherit;
}

/* small screens: slightly tighter */
@media (max-width: 991.98px) {
  section.page-section { padding: 1rem .9rem; }
  .page-section-content h2 { font-size: 1.45rem; }
}

.blog-entry {
  padding: 0.75rem 0 1.25rem;
  border-bottom: 1px solid #e9ecef;
  background-color: #f5f5f5 !important;
  padding: 1rem !important;
}
.blog-entry:last-child {
  border-bottom: 0;
}
.blog-entry + .blog-entry {
  margin-top: 1.25rem;
}

/* Title & meta */
.blog-entry .entry-title {
  all: unset;
  margin: 0 0 0.4rem 0;
  font-weight: 500;
  color: #000000 !important;
  font-size: 1.1rem !important;
}

.blog-entry .entry-title a {
  color: #000000 !important;
  text-decoration: none !important;
}

.blog-entry .entry-title a:hover {
  color: var(--bs-link-hover-color) !important;
}

.blog-entry .blog-tldr {
  /* font-weight: 200 !important;
  font-style: italic !important; */
  font-size: 14px !important;
  font-weight: 300 !important;
}

.blog-entry .entry-meta {
  margin: 0 0 0.75rem 0;
  color: #6c757d;
  font-size: var(--bs-body-font-size);
}

/* Headings inside posts */
.blog-entry h2 {
  font-size: 1.3rem;
  margin: 0.9rem 0 0.35rem;
  font-weight: 500;
}
.blog-entry h3 {
  font-size: 1.1rem;
  margin: 0.75rem 0 0.3rem;
  font-weight: 500;
}

/* Text, lists */
.blog-entry p {
  margin: 0.5rem 0 0.75rem;
  line-height: 1.6;
}
.blog-entry ul,
.blog-entry ol {
  margin: 0.4rem 0 0.7rem;
  padding-left: 1.1rem;
}
.blog-entry li {
  margin: 0.15rem 0;
}

/* Links */
.blog-entry a {
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

/* Images & figures */
.blog-entry img,
.blog-entry figure img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0.5rem auto;
  border-radius: 6px;
}
.blog-entry figure {
  margin: 0.75rem 0;
  text-align: center;
}
.blog-entry figcaption {
  font-size: 0.92rem;
  color: #6c757d;
  margin-top: 0.25rem;
}

/* Code */
.blog-entry pre,
.blog-entry code {
  font-family: var(--bs-font-monospace);
  font-size: 0.95em;
}
.blog-entry pre {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 0.75rem 0.9rem;
  overflow-x: auto;
  margin: 0.7rem 0;
}
.blog-entry code {
  background: #f8f9fa;
  padding: 0.1rem 0.25rem;
  border-radius: 4px;
}

/* Blockquotes */
.blog-entry blockquote {
  margin: 0.85rem 0;
  padding: 0.6rem 0.85rem;
  background: #f8f9fa;
  border-left: 3px solid #bd5d38;
  color: #495057;
}

/* Tables */
.blog-entry table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.9rem 0;
}
.blog-entry th,
.blog-entry td {
  padding: 0.5rem 0.6rem;
  border-bottom: 1px solid #e9ecef;
  text-align: left;
}

/* MathJax (SVG) spacing */
.blog-entry mjx-container[display="true"] {
  margin: 0.85rem 0;
}
.blog-entry mjx-container:not([display="true"]) {
  margin: 0 0.15rem;
}