﻿/* Archived Win95 Latest section styling - saved on 2025-10-15 */
#latest .birthday-card-1998 {
  background: #c0c0c0;
  color: #000;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  /* Win95 bevel using inset shadows */
  box-shadow:
    inset -1px -1px 0 #000,
    inset 1px 1px 0 #fff,
    inset -2px -2px 0 #808080,
    inset 2px 2px 0 #dfdfdf,
    0 6px 16px rgba(0,0,0,.35);
}
#latest .birthday-card-1998.win95-video::after {
  content: "";
  position: absolute;
  inset: 6px;
  pointer-events: none;
  background:
    radial-gradient(2px 2px at 10% 15%, #ff3b3b 98%, transparent),
    radial-gradient(2px 2px at 25% 60%, #ffd34d 98%, transparent),
    radial-gradient(2px 2px at 40% 30%, #1fa3ff 98%, transparent),
    radial-gradient(2px 2px at 75% 35%, #9a4dff 98%, transparent),
    radial-gradient(2px 2px at 60% 75%, #00c853 98%, transparent),
    radial-gradient(2px 2px at 85% 55%, #ff7ab2 98%, transparent);
  opacity: .08;
}
#latest .birthday-card-1998 .bday-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 18px 24px 22px;
  font-family: Tahoma, "MS Sans Serif", system-ui, sans-serif;
}
#latest .birthday-card-1998 .win95-titlebar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(#0b3aa5, #002b71);
  color: #fff;
  padding: 4px 28px;
  margin-bottom: 12px;
  box-shadow:
    inset -1px -1px 0 #000040,
    inset 1px 1px 0 #7aa2ff,
    inset -2px -2px 0 #000080,
    inset 2px 2px 0 #c0d8ff;
}
#latest .birthday-card-1998 .win95-icon {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  display: inline-block;
  flex: 0 0 auto;
  background:
    linear-gradient(#ff0000,#ff0000) 0 0/8px 8px no-repeat,
    linear-gradient(#00a000,#00a000) 8px 0/8px 8px no-repeat,
    linear-gradient(#0055ff,#0055ff) 0 8px/8px 8px no-repeat,
    linear-gradient(#ffff00,#ffff00) 8px 8px/8px 8px no-repeat;
  image-rendering: pixelated;
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset;
}
#latest .birthday-card-1998 .win95-title {
  font-weight: 700;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
}
#latest .birthday-card-1998 .win95-title .title-variant {
  display: none;
  white-space: nowrap;
}
#latest .birthday-card-1998 .win95-title .title-full {
  display: inline;
}
@media (max-width: 640px) {
  #latest .birthday-card-1998 .win95-title .title-full { display: none; }
  #latest .birthday-card-1998 .win95-title .title-medium { display: inline; }
}
@media (max-width: 460px) {
  #latest .birthday-card-1998 .win95-title .title-medium { display: none; }
  #latest .birthday-card-1998 .win95-title .title-short { display: inline; }
}
#latest .birthday-card-1998 .win95-titlebar::before,
#latest .birthday-card-1998 .win95-titlebar::after {
  content: none !important;
  display: none !important;
}
#latest .birthday-card-1998 .win95-caption-btns {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  gap: 2px;
}
#latest .birthday-card-1998 .win95-caption-btns .cap {
  width: 18px;
  height: 14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-family: Tahoma, "MS Sans Serif", system-ui, sans-serif;
  font-size: 12px;
  line-height: 1;
  color:#000;
  background: #c0c0c0;
  border: 1px solid #808080;
  box-shadow: inset -1px -1px 0 #000,
    inset 1px 1px 0 #fff,
    inset -2px -2px 0 #808080,
    inset 2px 2px 0 #dfdfdf;
  user-select: none;
}
#latest .birthday-card-1998 .win95-caption-btns .cap:active {
  box-shadow: inset 1px 1px 0 #000,
    inset -1px -1px 0 #fff,
    inset 2px 2px 0 #808080,
    inset -2px -2px 0 #dfdfdf;
}
#latest .birthday-card-1998 .win95-content-panel {
  background: #c0c0c0;
  padding: 8px;
  border: 1px solid #808080;
  box-shadow:
    inset -1px -1px 0 #000,
    inset 1px 1px 0 #fff,
    inset -2px -2px 0 #808080,
    inset 2px 2px 0 #dfdfdf;
  border-radius: 0;
}
#latest .birthday-card-1998 .win95-content-panel .video-thumb {
  box-shadow: none;
  border-radius: 6px;
}
#latest .birthday-card-1998 .win95-content-panel .video-caption {
  margin-top: 8px;
}
#latest .birthday-card-1998 .win95-menubar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 2px 8px;
  font-size: 12px;
  color: #000;
  background: #c0c0c0;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0 -1px 0 #808080;
  user-select: none;
}
#latest .birthday-card-1998 .win95-menubar .menu {
  padding: 2px 6px;
  border: 1px solid transparent;
  border-radius: 0;
}
#latest .birthday-card-1998 .win95-menubar .menu:hover {
  background: #000080;
  color: #fff;
  border-color: #000040 #7aa2ff #7aa2ff #000040;
}
#latest .birthday-card-1998 .win95-toolbar {
  display:flex;
  align-items:center;
  gap:6px;
  padding: 4px 8px 6px;
  background: #c0c0c0;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0 -1px 0 #808080;
}
#latest .birthday-card-1998 .win95-toolbar .btn,
#latest .birthday-card-1998 .win95-address .btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 26px;
  height: 22px;
  background: #c0c0c0;
  border: 1px solid #808080;
  box-shadow: inset -1px -1px 0 #000,
    inset 1px 1px 0 #fff,
    inset -2px -2px 0 #808080,
    inset 2px 2px 0 #dfdfdf;
  cursor: default;
  user-select: none;
}
#latest .birthday-card-1998 .win95-toolbar .btn:active {
  box-shadow: inset 1px 1px 0 #000,
    inset -1px -1px 0 #fff,
    inset 2px 2px 0 #808080,
    inset -2px -2px 0 #dfdfdf;
}
#latest .birthday-card-1998 .win95-toolbar .ico {
  width:12px;
  height:12px;
  position:relative;
  display:block;
}
#latest .birthday-card-1998 .ico-back::before {
  content:"";
  position:absolute;
  left:2px;
  top:2px;
  border-left:7px solid #000;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
}
#latest .birthday-card-1998 .ico-forward::before {
  content:"";
  position:absolute;
  right:2px;
  top:2px;
  border-right:7px solid #000;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
}
#latest .birthday-card-1998 .ico-stop {
  background:#000;
  width:12px;
  height:12px;
}
#latest .birthday-card-1998 .ico-refresh {
  border: 2px solid #000;
  border-right-color: transparent;
  border-radius: 50%;
}
#latest .birthday-card-1998 .win95-address {
  display:grid;
  grid-template-columns: auto 1fr auto auto;
  align-items:center;
  gap:8px;
  padding: 4px 8px 8px;
  background: #c0c0c0;
}
#latest .birthday-card-1998 .win95-address .lbl {
  font-size: 12px;
  color:#000;
}
#latest .birthday-card-1998 .win95-address .field {
  display:block;
  min-height: 18px;
  line-height: 18px;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  color:#000;
  background:#fff;
  padding: 2px 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #808080;
  box-shadow: inset 1px 1px 0 #dfdfdf,
    inset -1px -1px 0 #000;
}
#latest .birthday-card-1998 .win95-address .addr-drop.btn {
  width:22px;
  height:20px;
}
#latest .birthday-card-1998 .win95-address .ico-down {
  position:relative;
  display:block;
  width:10px;
  height:6px;
}
#latest .birthday-card-1998 .win95-address .ico-down::before {
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  margin:auto;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-top:6px solid #000;
}
#latest .birthday-card-1998 .win95-address .go.btn {
  width:auto;
  padding: 2px 10px;
  text-decoration:none;
  color:#000 !important;
  background:#c0c0c0;
}
#latest .birthday-card-1998 .win95-address .go.btn:hover {
  background:#d6d6d6;
}
#latest .birthday-card-1998 .win95-address .go.btn:active {
  box-shadow: inset 1px 1px 0 #000,
    inset -1px -1px 0 #fff,
    inset 2px 2px 0 #808080,
    inset -2px -2px 0 #dfdfdf;
}
@media (max-width: 560px) {
  #latest .birthday-card-1998 { max-width: 92vw; }
  #latest .birthday-card-1998 .bday-inner { padding: 12px; }
  #latest .birthday-card-1998 .win95-titlebar { padding: 3px 24px; }
  #latest .birthday-card-1998 .win95-title { font-size: 14px; }
  #latest .birthday-card-1998 .win95-caption-btns .cap { width: 16px; height: 12px; font-size: 11px; }
  #latest .birthday-card-1998 .win95-menubar { font-size: 11px; gap: 8px; padding: 2px 6px; }
  #latest .birthday-card-1998 .win95-toolbar { padding: 2px 6px 4px; gap: 4px; }
  #latest .birthday-card-1998 .win95-toolbar .btn { width: 22px; height: 20px; }
  #latest .birthday-card-1998 .win95-address { grid-template-columns: auto 1fr auto auto; gap: 6px; padding: 4px 6px 6px; }
  #latest .birthday-card-1998 .win95-address .field { font-size: 11px; padding: 2px 4px; }
  #latest .birthday-card-1998 .win95-address .go.btn { padding: 2px 8px; }
}
#latest .birthday-card-1998:hover {
  box-shadow:
    inset -1px -1px 0 #000,
    inset 1px 1px 0 #fff,
    inset -2px -2px 0 #808080,
    inset 2px 2px 0 #dfdfdf,
    0 8px 20px rgba(0,0,0,.45);
}

