body {
  margin: 0 auto;
  text-align: center;
  background-color: #FAFAFA;
}

.home-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}

.home-content {
  max-width: 680px;
/*  padding: 20px;*/
}

main {
  margin: 120px auto;
  padding-bottom: 120px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 37px;
  color: #2E2E2E;
}

.writing main h2 {
  font-size: 36px;
}

.writing main {
  font-size: 21px;
  line-height: 34px;
}

main section, main ul, main h1, main h2, main h3, main h4, hr {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  list-style-type: none;
  margin-left: none;
}

main ul {
  padding-inline-start: 0px;
  list-style: none;
}

main .name {
  margin-bottom: 2px
}

main h3, h4 {
  margin-top: 0;
}

main h4 {
  margin-bottom: 0px;
}

main section {
  margin-bottom: 37px;
}

body.works-page main section,
body.timeline-page main section {
  overflow: hidden;
  min-height: 98px; /* Minimum height to accommodate timeline image (174px * 9/16 = ~98px) */
}

body.works-page main section {
  margin-bottom: 16px;
}

body.works-page main section .timeline_image,
body.works-page main section .timeline_image_placeholder {
  margin-top: 0;
}

body.works-page main section ul {
  margin-top: 0;
}

body.timeline-page main section {
  margin-bottom: 16px;
}

main section .highlight {
  font-weight: 600;
  text-decoration: none;
}

main section .highlight, main h1, main h2, main h3, main h4 {
  color: #111;
}

main section .highlight:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 3px;
  text-decoration-color: #2E2E2E;
  text-decoration-skip-ink: none;
/*  cursor: url('/assets/cursor/right-dark.png'), auto;*/
}

main section .highlightblank:hover {
/*  cursor: url('/assets/cursor/up-dark.png'), auto;*/
}

ul li .date {
  margin-left: 8px;
  color: #888888;
  opacity: 0.7;
}

body.works-page ul li a {
  line-height: 32px;
  display: block;
}

body.works-page ul li .date,
body.timeline-page ul li .date {
  margin-left: 0;
  margin-top: 0;
  display: block;
  line-height: 32px;
/*  font-size: 13pt;*/
}

body.works-page ul li .work-description {
  margin-top: 0;
  display: block;
  line-height: 32px;
}

a span.underweight {
  font-size: 14pt;
}

main ul li {
  font-size: 19px;
  line-height: 32px;
  color: #888888;
  /* height: 32px; */
  /* padding-left: 16pt;
  text-indent: -16pt; */
}

main .accomplishments {
  margin-bottom: 37px;
}

main .accomplishments li {
  list-style-type: disc;
/*  padding-inline-start: 20px;*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  font-size: 24px;*/
/*  line-height: 37px;*/
  margin-bottom: 6px;
  margin-left: 20px;
  text-wrap: balance;
/*  opacity: 0.7;*/
}

.frontgreylistpatents {
  margin-top: 8px;
  margin-bottom: 37px;
}

main .frontgreylistpatents li {
  list-style-type: disc;
  margin-bottom: 6px;
  margin-left: 20px;
  text-wrap: pretty;
}

main .frontgreylistpatents li a, main .frontgreylistlinks li a {
  color: #888888;
}

main .frontgreylistpatents li:hover a {
  color: #ffffff;
}

main ul li a, main section a, .writing main a {
  text-decoration: none;
  color: #2E2E2E;
}

main ul li a:hover, main section a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 3px;
  text-decoration-color: #2E2E2E;
}

.frontlist li {
  margin-bottom: 24px;
}

.frontgreylist li a {
  color: #888888 !important;
}

main .frontgreylist li a:hover {
  color: #fff;
}

main .frontgreylistpatents li:hover a, main .frontgreylistlinks li:hover a {
  color: #2E2E2E;
}

.fronthr {
  margin: 92px 0px;
}

/*.frontmini {
  max-width: 33%;
  margin-right: 12px;
  opacity: 1 !important;
}*/

main img, main video {
  margin: 12px auto 37px;
  width: 94%;
  max-width: 780px;
  border-radius: 16px;
  opacity: 0;
  transition: opacity 1s ease-out;
}

main img.frontimg {
  width: 33%;
  margin: 0 0 42px 0;
}

main .frontimg {
  text-align: left;
  width: 100%;
}

main img.is-visible, main video.is-visible {
  opacity: 1;
}

main img.inset {
  max-width: 680px;
}

main hr {
  margin-top: 37px;
  margin-bottom: 37px;
  opacity: 0.2;
}

.timeline_image {
  max-width: 174px;
  width: 174px;
  height: auto;
  border-radius: 8px;
  float: right;
  display: block;
}

.timeline_image_placeholder {
  background: rgba(0, 0, 0, 0.03);
  width: 174px;
  max-width: 174px;
  border-radius: 8px;
  float: right;
  display: block;
  aspect-ratio: 16 / 9;
}

body.works-page .timeline_image,
body.works-page .timeline_image_placeholder {
  margin: 0 auto 0px;
}

.dark {
  display: none;
}
.light {
  display: block;
}

#img-lightbox-modal {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
    background: rgba(255,255,255,0.95); /* default: light */
    transition: background 0.2s;
}

.floating-menu {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  background: rgba(244, 244, 244, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 0;
  margin: 0;
    height: 46px;
  /* line-height: 46px; */
  border-radius: 46px;
  box-shadow: 0 6px 36px rgba(0,0,0,0.16);
  border: 1px solid rgba(255, 255, 255, 0.7);
  text-wrap-mode: nowrap;
  display: inline-flex;
  box-sizing: border-box;
}

.floating-menu-indicator {
  position: absolute;
  top: -1px;
  height: 46px;
  background: #ffffff;
  border-radius: 46px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
  pointer-events: none;
}

.floating-menu a {
  text-decoration: none;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  height: 46px;
  /* width: 62px; */
  line-height: 43px;
  color: #434343;
  padding: 0px 22px;
  margin: 0;
  border-radius: 46px;
  position: relative;
  z-index: 1;
  transition: color 0.2s;
}

.floating-menu a:first-child {
  margin-left: 0px;
  padding-left: 18px;
}

.floating-menu a:hover {
  color: #2E2E2E;
}

.floating-menu a.active {
  color: #000;
}

.audio-player-button {
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 9999;
  background: rgba(244, 244, 244, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 0;
  margin: 0;
  height: 46px;
  border-radius: 46px;
  box-shadow: 0 6px 36px rgba(0,0,0,0.16);
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: inline-flex;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.audio-player-button.visible {
  opacity: 1;
  transform: scale(1);
}

.audio-player-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 46px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 46px;
  width: 0%;
  transition: width 0.1s linear;
  z-index: 0;
  pointer-events: none;
}

.audio-player-btn {
  position: relative;
  z-index: 1;
  background: transparent;
  border: none;
  padding: 0px 18px 0px 16px;
  margin: 0;
  height: 46px;
  line-height: 43px;
  border-radius: 46px;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #434343;
  transition: color 0.2s;
}

.audio-player-btn:hover {
  color: #2E2E2E;
}

.audio-player-icon {
  position: relative;
  z-index: 1;
  margin-right: 4px;
  font-variant-emoji: text;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  text-rendering: geometricPrecision;
}

.audio-player-text {
  position: relative;
  z-index: 1;
}

@keyframes fadeinall {
0% {
  opacity: 1; }
97% {
  opacity: 0; }
98% {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0); }
100% {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: -1; } }
#fadein {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-color: #FAFAFA;
  z-index: 999;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation: fadeinall 1s normal both;
  animation: fadeinall 1s normal both;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #171717;
  }
  main {
    color: #A1A1A1;
  }
  main section .highlight, main h1, main h2, main h3, main h4 {
    color: #DFDFDF;
  }
  main ul li {
    color: #A1A1A1;
  }
  main ul li a, main section a, .writing a, .writing main a {
    color: #DFDFDF;
  }
  #fadein {
    background-color: #171717;
  }
  .dark {
    display: block;
  }
  .light {
    display: none;
  }
  main ul li a:hover, main section .highlight:hover {
    text-decoration-color: #444;
  }
  main section .highlight:hover {
/*    cursor: url('/assets/cursor/right-light.png'), auto;*/
  }
  main section .highlightblank:hover {
/*    cursor: url('/assets/cursor/up-light.png'), auto;*/
  }
  main section .frontgreylist li a:hover {
    color: #000 !important;
  }
  main .frontgreylistpatents li:hover a, main .frontgreylistlinks li:hover a {
    color: #FFF;
  }
  #img-lightbox-modal {
    background: rgba(0,0,0,0.85);
  }
  #img-lightbox-modal img {
    background: #222;
    max-width: 90vw;
    max-height: 90vh;
    box-shadow: 0 4px 32px rgba(0,0,0,0.15);
    border-radius: 8px;
    cursor: default;
  }
  .timeline_image_placeholder {
    background: rgba(255, 255, 255, 0.05);
  }
  .floating-menu {
    background: rgba(30, 30, 30, 0.7);
    border: 1px solid rgba(180, 180, 180, 0.1);
  }
  .floating-menu-indicator {
    background: rgba(161, 161, 161, 0.15);
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.3);
  }
  .floating-menu a {
    color: #7a7a7a;
  }
  .floating-menu a:hover {
    color: #DFDFDF;
  }
  .floating-menu a.active {
    color: #fff;
  }
  .audio-player-button {
    background: rgba(30, 30, 30, 0.7);
    border: 1px solid rgba(180, 180, 180, 0.1);
  }
  .audio-player-progress {
    background: rgba(255, 255, 255, 0.2);
  }
  .audio-player-btn {
    color: #7a7a7a;
  }
  .audio-player-btn:hover {
    color: #DFDFDF;
  }
}

@media (prefers-color-scheme: light) {
  .lightentext {
    color: #2E2E2E;
  }
  main .accomplishments li {
    color: #2E2E2E;
  }
  #img-lightbox-modal img {
    max-width: 90vw;
    max-height: 90vh;
    box-shadow: 0 4px 32px rgba(0,0,0,0.15);
    border-radius: 8px;
    background: #fff;
    cursor: default;
  }
}

@media screen and (max-width: 720px) {
  main {
    margin: 48px 24px 64px 24px;
  }
  main img, main video {
    width: 100%;
    margin: 12px auto 37px;
  }
  main section .highlight:hover {
    text-decoration: none;
    text-underline-offset: 0px;
    text-decoration-thickness: 0px;
  }
  main img.frontimg {
    width: 40%;
  }
  .timeline_image {
    width: 75%;
    max-width: 75%;
    float: none;
    margin: 16px 0 16px 0;
    border-radius: 8px;
  }
  
  .timeline_image_placeholder {
    width: 75%;
    max-width: 75%;
    float: none;
    margin: 16px 0 16px 0;
    border-radius: 8px;
  }
  
  body.works-page .timeline_image,
  body.works-page .timeline_image_placeholder {
    margin: 0 0 16px 0;
    border-radius: 8px;
  }
  .floating-menu {
    bottom: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  }
  .floating-menu.hidden {
    transform: translateX(-50%) translateY(calc(100% + 24px));
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0);
  }
  .floating-menu a {
    padding: 0px 16px;
  }
  .floating-menu-indicator {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease-in-out;
  }
  .floating-menu.hidden .floating-menu-indicator {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0);
  }
  .audio-player-button {
    top: 24px;
    right: 24px;
  }
}

/* Photo Stream Styles */
.floating-menu-back {
  position: fixed;
  top: 32px;
  left: 32px;
  z-index: 9999;
  background: rgba(244, 244, 244, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 0;
  margin: 0;
  height: 46px;
  border-radius: 46px;
  box-shadow: 0 6px 36px rgba(0,0,0,0.16);
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: inline-flex;
  box-sizing: border-box;
}

.floating-menu-back a {
  text-decoration: none;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  height: 46px;
  line-height: 43px;
  color: #434343;
  padding: 0px 22px;
  margin: 0;
  border-radius: 46px;
  position: relative;
  z-index: 1;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
}

.floating-menu-back .floating-menu-icon,
.floating-menu-grid .floating-menu-icon {
  position: relative;
  z-index: 1;
  margin-right: 4px;
  font-variant-emoji: text;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  text-rendering: geometricPrecision;
}

.floating-menu-back .floating-menu-text,
.floating-menu-grid .floating-menu-text {
  position: relative;
  z-index: 1;
}

.floating-menu-back a:hover {
  color: #2E2E2E;
}

.floating-menu-grid {
  position: fixed;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  background: rgba(244, 244, 244, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 0;
  margin: 0;
  height: 46px;
  border-radius: 46px;
  box-shadow: 0 6px 36px rgba(0,0,0,0.16);
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: inline-flex;
  box-sizing: border-box;
}

.floating-menu-grid a {
  text-decoration: none;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  height: 46px;
  line-height: 43px;
  color: #434343;
  padding: 0px 22px;
  margin: 0;
  border-radius: 46px;
  position: relative;
  z-index: 1;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
}

.floating-menu-grid a:hover {
  color: #2E2E2E;
}

.photo-stream-title {
  position: fixed;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  margin: 0;
  width: fit-content;
  background: rgba(244, 244, 244, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 0;
  height: 46px;
  border-radius: 46px;
  box-shadow: 0 6px 36px rgba(0,0,0,0.16);
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: inline-flex;
  box-sizing: border-box;
}

.photo-stream-title span {
  text-decoration: none;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  height: 46px;
  line-height: 43px;
  color: #434343;
  padding: 0px 22px;
  margin: 0;
  border-radius: 46px;
  position: relative;
  z-index: 1;
}

#single-view {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 110px; /* Space for fixed title/buttons at top */
  padding-bottom: 140px; /* Space for fixed metadata at bottom (increased for portrait images) */
  box-sizing: border-box;
}

.photo-single-container {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.photo-single-image {
  max-width: 95vw;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 16px;
  margin: 0;
  display: block;
  opacity: 0;
  transition: opacity 1s ease-out;
}

.photo-single-image.is-visible {
  opacity: 1;
}

.photo-metadata {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  /* max-width: 680px; */
  width: 100%;
  margin: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.metadata-items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.metadata-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #E8E8E8;
  border-radius: 20px;
  padding: 0px 16px;
  font-size: 11pt;
}

.metadata-label {
  font-weight: 600;
  color: #666;
  font-size: 9pt;
  text-transform: uppercase;
}

.metadata-value {
  color: #2E2E2E;
  font-size: 11pt;
}

.metadata-bullet {
  color: #666;
}

.photo-grid-year-section {
  margin-bottom: 64px;
}

.photo-grid-year-header {
  text-align: left;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.photo-grid-season-section {
  margin-bottom: 32px;
}

.photo-grid-header {
  text-align: left;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 21px;
  font-weight: 400;
  opacity: 0.5;
  margin-bottom: 16px;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 680px;
  margin: 0 auto;
  justify-content: flex-start;
}

.photo-grid-item {
  width: 100%;
  aspect-ratio: 1;
  margin: 0;
}

.photo-grid-link {
  display: block;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  width: 100%;
  height: 100%;
  margin: 0;
}

.photo-grid-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.photo-grid-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 1s ease-out;
  margin: 0;
}

.photo-grid-image.is-visible {
  opacity: 1;
}

body.photostream-page main,
body.photo-page main {
  margin: 0px auto;
  padding-bottom: 120px;
}

body.photostream-page #single-view {
  height: 100vh;
  overflow: hidden;
}

body.photostream-page #grid-view {
  /* Grid view should scroll normally */
  padding-top: 120px;
  overflow: visible;
  height: auto;
  min-height: auto;
}

/* Disable scrolling when single view is active */
body.photostream-page.single-view-active {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}

@media (prefers-color-scheme: dark) {
  .floating-menu-back {
    background: rgba(30, 30, 30, 0.7);
    border: 1px solid rgba(180, 180, 180, 0.1);
  }
  
  .floating-menu-back a {
    color: #7a7a7a;
  }
  
  .floating-menu-back a:hover {
    color: #DFDFDF;
  }
  
  .photo-metadata {
    background: transparent;
  }
  
  .metadata-item {
    background: rgba(255, 255, 255, 0.08);
  }
  
      .metadata-label {
        color: #A1A1A1;
      }

      .metadata-value {
        color: #DFDFDF;
      }

      .metadata-bullet {
        color: #A1A1A1;
      }
  
  .photo-stream-title {
    background: rgba(30, 30, 30, 0.7);
    border: 1px solid rgba(180, 180, 180, 0.1);
  }
  
  .photo-stream-title span {
    color: #7a7a7a;
  }
  
  .floating-menu-grid {
    background: rgba(30, 30, 30, 0.7);
    border: 1px solid rgba(180, 180, 180, 0.1);
  }
  
  .floating-menu-grid a {
    color: #7a7a7a;
  }
  
  .floating-menu-grid a:hover {
    color: #DFDFDF;
  }
}

@media screen and (max-width: 720px) {
  .floating-menu-back {
    top: 16px;
    left: 16px;
  }
  
  .floating-menu-grid {
    top: 16px;
    right: 16px;
    left: auto;
    transform: none;
  }

  .floating-menu-back a, .floating-menu-grid a {
    padding: 0px 16px;
  }
  
  .photo-grid-year-header,
  .photo-grid-header {
    padding-left: 16px;
    padding-right: 16px;
  }
  
  .photo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 100%;
  }
  
  .photo-grid-image {
    width: 100%;
    height: 100%;
  }
  
  .photo-metadata {
    width: calc(100% - 32px);
    max-width: calc(100vw - 32px);
    margin-left: 16px;
    margin-right: 16px;
    left: 0;
    bottom: 16px;
    transform: none;
  }
  
  .metadata-items {
    flex-direction: column;
    gap: 12px;
  }
  
  .metadata-item {
    justify-content: center;
    text-align: center;
    background: transparent;
    padding: 0;
    line-height: 8pt;
    gap: 6px;
  }
  .metadata-label {
    font-size: 9pt;
    font-weight: 400;
  }
  .metadata-value {
    font-size: 9pt;
  }
  .metadata-bullet {
    font-size: 9pt;
  }
}