/* roboto-300 - latin */
@font-face { font-display: swap; font-family: 'Roboto'; font-style: normal; font-weight: 300; src: url("../fonts/roboto-v50-latin-300.woff2") format("woff2"); }
/* roboto-500 - latin */
@font-face { font-display: swap; font-family: 'Roboto'; font-style: normal; font-weight: 500; src: url("../fonts/roboto-v50-latin-500.woff2") format("woff2"); }
:root { --il-orange: #FF5F05; --il-blue: #13294B; --il-blue-light: #4877B8; --il-blue-lighter: #B5C8E2; --il-blue-dark: #000033; --background-color: #FFFFFF; --surface-color: #F8F8F8; --text-color: #13294B; --text-secondary: #707372; --accent-color: #FF5F05; --border-color: #E1E7F1; }

[data-theme="dark"] { --background-color: #13294B; --surface-color: #2F4668; --text-color: #E1E7F1; --text-secondary: #B5C8E2; --accent-color: #FF5F05; --border-color: #4877B8; }

* { margin: 0; padding: 0; box-sizing: border-box; }

html, body { height: 100%; }

body { font-family: 'Roboto', sans-serif; background-color: var(--background-color); color: var(--text-color); line-height: 1.6; font-size: 16px; font-weight: 300; transition: background-color 0.3s ease, color 0.3s ease; display: flex; flex-direction: column; min-height: 100vh; }

.home-landing { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 85vh; max-height: 100vh; overflow: hidden; padding: 0 2rem 0; }
.home-landing .home-nav-landing { display: flex; flex-direction: column; gap: 2rem; align-items: center; margin-bottom: 2rem; }
.home-landing .home-nav-landing .home-link-landing { font-size: 2rem; color: var(--text-color); text-decoration: none; font-weight: 300; transition: color 0.3s ease; }
.home-landing .home-nav-landing .home-link-landing:hover { color: var(--accent-color); }
.home-landing .home-footer-landing { position: absolute; bottom: 0; }
.home-landing .home-footer-landing .contact-links-small { display: flex; justify-content: center; align-items: center; gap: 0.5rem; font-size: 0.85rem; flex-wrap: wrap; }
.home-landing .home-footer-landing .contact-links-small span { white-space: nowrap; color: var(--text-secondary); }
.home-landing .home-footer-landing .contact-links-small a { color: var(--text-secondary); text-decoration: none; transition: color 0.3s ease; display: inline-flex; align-items: center; gap: 0.3rem; }
.home-landing .home-footer-landing .contact-links-small a svg { transition: fill 0.3s ease; }
.home-landing .home-footer-landing .contact-links-small a:hover { color: var(--accent-color); }

.theme-toggle { background: none; border: 2px solid var(--border-color); color: transparent; padding: 0.5rem 1rem; border-radius: 4px; cursor: pointer; font-size: 0.9rem; font-weight: 300; transition: border-color 0.3s ease, background-size 0.3s ease; margin-left: 2rem; min-width: 70px; height: 38px; background-size: 120%; background-position: center; overflow: hidden; }
.theme-toggle:hover { border-color: var(--accent-color); background-size: 100%; }

.site-header { background-color: var(--surface-color); border-bottom: 2px solid var(--accent-color); padding: 1.5rem 0; }
.site-header .wrapper { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: flex; justify-content: space-between; align-items: center; }
.site-header .site-title { font-size: 1.8rem; font-weight: 500; color: var(--text-color); text-decoration: none; transition: color 0.3s ease; }
.site-header .site-title:hover { color: var(--accent-color); }
.site-header .site-nav { display: flex; align-items: center; }
.site-header .site-nav .page-link { color: var(--text-color); margin-left: 2rem; text-decoration: none; font-weight: 400; transition: color 0.3s ease; }
.site-header .site-nav .page-link:hover { color: var(--accent-color); }

.site-content { max-width: 1200px; margin: 0 auto; padding: 3rem 2rem; flex: 1; }

.page-heading { font-size: 2.5rem; font-weight: 500; margin-bottom: 2rem; color: var(--il-blue); border-bottom: 3px solid var(--accent-color); padding-bottom: 0.5rem; width: 645px; max-width: 100%; margin-left: auto; margin-right: auto; }

[data-theme="dark"] .page-heading { color: var(--text-color); }

.about-content-simple { width: 645px; max-width: 100%; margin: 0 auto; position: relative; padding-bottom: 3rem; }
.about-content-simple p { font-size: 1.1rem; line-height: 1.8; color: var(--text-color); font-weight: 300; margin-bottom: 2rem; }
.about-content-simple .more-btn { position: absolute; bottom: -1rem; right: 0; background-color: var(--accent-color); color: white; padding: 0.5rem 1.5rem; border-radius: 4px; text-decoration: none; font-weight: 400; font-size: 0.9rem; transition: opacity 0.3s ease; }
.about-content-simple .more-btn:hover { opacity: 0.85; }

.resume-header-with-download { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 2rem; padding-bottom: 1rem; width: 645px; max-width: 100%; margin-left: auto; margin-right: auto; }
.resume-header-with-download .resume-name-contact { flex: 1; }
.resume-header-with-download .resume-name-contact .resume-name { font-size: 2rem; font-weight: 500; color: var(--il-blue); margin: 0 0 0.5rem 0; }
.resume-header-with-download .resume-name-contact .resume-contact-info { font-size: 0.9rem; color: var(--text-secondary); font-weight: 300; }
.resume-header-with-download .resume-name-contact .resume-contact-info a { color: var(--accent-color); text-decoration: none; }
.resume-header-with-download .resume-name-contact .resume-contact-info a:hover { text-decoration: underline; }
.resume-header-with-download .download-btn-inline { display: inline-block; background-color: var(--accent-color); color: white; padding: 0.6rem 1.2rem; border-radius: 4px; text-decoration: none; font-weight: 400; font-size: 0.9rem; transition: opacity 0.3s ease; white-space: nowrap; }
.resume-header-with-download .download-btn-inline:hover { opacity: 0.85; }

[data-theme="dark"] .resume-header-with-download .resume-name-contact .resume-name { color: var(--text-color); }

.resume-section { margin-bottom: 2.5rem; width: 645px; max-width: 100%; margin-left: auto; margin-right: auto; }
.resume-section h3 { font-size: 1.1rem; font-weight: 500; color: var(--il-blue); margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 0.5px; border-bottom: 2px solid var(--accent-color); padding-bottom: 0.3rem; }

[data-theme="dark"] .resume-section h3 { color: var(--text-color); }

.resume-entry { margin-bottom: 1.5rem; }
.resume-entry .entry-header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 0.3rem; }
.resume-entry .entry-header .entry-title { font-weight: 500; color: var(--text-color); font-size: 1rem; }
.resume-entry .entry-header .entry-date, .resume-entry .entry-header .entry-skills { color: var(--text-secondary); font-style: italic; font-size: 0.9rem; font-weight: 300; }
.resume-entry .entry-subtitle { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 0.5rem; font-style: italic; color: var(--text-secondary); font-size: 0.95rem; font-weight: 300; }
.resume-entry .entry-subtitle .entry-company { color: var(--text-secondary); }
.resume-entry .entry-subtitle .entry-location, .resume-entry .entry-subtitle .entry-gpa { color: var(--text-secondary); }
.resume-entry .entry-details { color: var(--text-color); font-weight: 300; line-height: 1.6; }
.resume-entry .entry-bullets { list-style: disc; margin-left: 1.5rem; }
.resume-entry .entry-bullets li { margin-bottom: 0.4rem; color: var(--text-color); font-weight: 300; line-height: 1.6; }

h2 { font-size: 2rem; margin-top: 2rem; margin-bottom: 1.5rem; color: var(--il-blue); border-bottom: 2px solid var(--accent-color); padding-bottom: 0.5rem; font-weight: 500; }

[data-theme="dark"] h2 { color: var(--text-color); }

ul { margin-left: 1.5rem; margin-bottom: 1rem; }
ul li { margin-bottom: 0.5rem; font-weight: 300; }

.projects-section { margin-bottom: 4rem; width: 645px; max-width: 100%; margin-left: auto; margin-right: auto; }
.projects-section h2 { font-size: 2rem; margin-bottom: 2rem; }
.projects-section .project-item { background-color: var(--surface-color); padding: 1.5rem; margin-bottom: 1.5rem; border-radius: 4px; border-left: 4px solid var(--accent-color); }
.projects-section .project-item h3 { font-size: 1.3rem; margin-bottom: 0.8rem; color: var(--text-color); font-weight: 500; }
.projects-section .project-item h3 a { color: var(--text-color); text-decoration: none; }
.projects-section .project-item h3 a:hover { color: var(--accent-color); }
.projects-section .project-item p { color: var(--text-secondary); margin-bottom: 0.8rem; font-weight: 300; }
.projects-section .project-item .project-meta { font-size: 0.9rem; color: var(--text-secondary); font-weight: 300; }

.blog-section { margin-bottom: 4rem; width: 645px; max-width: 100%; margin-left: auto; margin-right: auto; }
.blog-section h2 { font-size: 2rem; margin-bottom: 2rem; }

.post-list { list-style: none; width: 645px; max-width: 100%; margin-left: auto; margin-right: auto; }
.post-list .post-item { background-color: var(--surface-color); padding: 1.5rem; margin-bottom: 1.5rem; border-radius: 4px; border-left: 4px solid var(--accent-color); }
.post-list .post-item .post-meta { color: var(--text-secondary); font-size: 0.9rem; margin-bottom: 0.5rem; font-weight: 300; }
.post-list .post-item .post-title { font-size: 1.3rem; margin-bottom: 0.5rem; }
.post-list .post-item .post-title a { color: var(--text-color); text-decoration: none; font-weight: 500; }
.post-list .post-item .post-title a:hover { color: var(--accent-color); }
.post-list .post-item .post-excerpt { color: var(--text-secondary); font-weight: 300; }

.page-content, .post-content { width: 645px; max-width: 100%; margin-left: auto; margin-right: auto; }
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 { color: var(--il-blue); margin-top: 2rem; margin-bottom: 1rem; font-weight: 500; }
.page-content p, .post-content p { margin-bottom: 1rem; color: var(--text-color); font-weight: 300; }
.page-content a, .post-content a { color: var(--accent-color); text-decoration: none; transition: color 0.3s ease; }
.page-content a:hover, .post-content a:hover { text-decoration: underline; }
.page-content code, .post-content code { background-color: var(--surface-color); padding: 0.2rem 0.4rem; border-radius: 3px; font-family: 'Courier New', monospace; color: var(--accent-color); font-weight: 400; }
.page-content pre, .post-content pre { background-color: var(--surface-color); padding: 1rem; border-radius: 4px; overflow-x: auto; margin-bottom: 1rem; border-left: 4px solid var(--accent-color); }
.page-content pre code, .post-content pre code { background-color: transparent; padding: 0; }

[data-theme="dark"] .page-content h1, [data-theme="dark"] .page-content h2, [data-theme="dark"] .page-content h3, [data-theme="dark"] .page-content h4, [data-theme="dark"] .page-content h5, [data-theme="dark"] .page-content h6, [data-theme="dark"] .post-content h1, [data-theme="dark"] .post-content h2, [data-theme="dark"] .post-content h3, [data-theme="dark"] .post-content h4, [data-theme="dark"] .post-content h5, [data-theme="dark"] .post-content h6 { color: var(--text-color); }

.site-footer { background-color: var(--surface-color); border-top: 2px solid var(--accent-color); padding: 1rem 0; margin-top: auto; }
.site-footer .wrapper { max-width: 1200px; margin: 0 auto; padding: 0 2rem; text-align: center; font-size: 0.85rem; font-weight: 300; display: flex; justify-content: center; align-items: center; gap: 0.5rem; flex-wrap: wrap; }
.site-footer .wrapper span { white-space: nowrap; color: var(--text-secondary); }
.site-footer .wrapper a { color: var(--text-secondary); text-decoration: none; transition: color 0.3s ease; display: inline-flex; align-items: center; gap: 0.3rem; }
.site-footer .wrapper a svg { transition: fill 0.3s ease; }
.site-footer .wrapper a:hover { color: var(--accent-color); }

a { color: var(--accent-color); }
a:visited { color: var(--accent-color); }

@media screen and (max-width: 768px) { .site-header .wrapper { flex-direction: column; gap: 1rem; }
  .site-header .site-nav { flex-wrap: wrap; justify-content: center; }
  .site-header .site-nav .page-link { margin-left: 0.5rem; margin-right: 0.5rem; }
  .theme-toggle { margin-left: 0.5rem; }
  .home-landing { padding: 2rem 1rem 1rem; }
  .home-landing .home-nav-landing .home-link-landing { font-size: 1.5rem; }
  .home-landing .home-footer-landing .contact-links-small { font-size: 0.75rem; gap: 0.3rem; }
  .about-content-simple p { font-size: 1rem; margin-bottom: 3rem; }
  .resume-header-with-download { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .resume-header-with-download .download-btn-inline { align-self: flex-start; }
  .resume-entry .entry-header, .resume-entry .entry-subtitle { flex-direction: column; align-items: flex-start; }
  .resume-entry .entry-header .entry-date, .resume-entry .entry-header .entry-location, .resume-entry .entry-header .entry-gpa, .resume-entry .entry-header .entry-skills, .resume-entry .entry-subtitle .entry-date, .resume-entry .entry-subtitle .entry-location, .resume-entry .entry-subtitle .entry-gpa, .resume-entry .entry-subtitle .entry-skills { margin-top: 0.2rem; }
  .page-heading { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  .site-footer .wrapper { flex-direction: column; gap: 0.3rem; font-size: 0.75rem; } }
