/* Netscape Navigator 3/4 Theme — 1995-1998 era
   Overrides on top of style.css for Netscape look */

body {
  background: #c0c0c0;
}

/* Override IE chrome with Netscape look */
.ns-frame {
  max-width: 860px;
  margin: 0 auto;
  overflow: hidden;
  border: 2px outset #dfdfdf;
  background: #c0c0c0;
}

.ns-titlebar {
  background: linear-gradient(90deg, #000080, #1084d0);
  color: #fff;
  padding: 3px 4px;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-family: sans-serif;
}
.ns-titlebar-text { flex: 1; }
.ns-titlebar-controls {
  display: flex;
  gap: 2px;
}
.ns-titlebar-controls button {
  width: 16px;
  height: 14px;
  font-size: 9px;
  padding: 0;
  border: 1px outset #dfdfdf;
  background: #c0c0c0;
  cursor: default;
}

.ns-menubar {
  display: flex;
  padding: 1px 0;
  border-bottom: 1px solid #808080;
  background: #c0c0c0;
  user-select: none;
  font-family: sans-serif;
}
.ns-menubar span {
  padding: 1px 8px;
  font-size: 12px;
  cursor: default;
}
.ns-menubar span:hover {
  background: #000080;
  color: #fff;
}

.ns-toolbar {
  display: flex;
  gap: 4px;
  padding: 4px 6px;
  background: #c0c0c0;
  border-bottom: 2px groove #dfdfdf;
  align-items: center;
}
.ns-toolbar a { text-decoration: none; }
.ns-toolbar button {
  font-size: 11px;
  font-family: sans-serif;
  padding: 2px 8px;
  border: 2px outset #dfdfdf;
  background: #c0c0c0;
  cursor: default;
  min-width: 50px;
}
.ns-toolbar button:active:not([disabled]) {
  border-style: inset;
}
.ns-toolbar button[disabled] {
  color: #808080;
}

.ns-addressbar {
  display: flex;
  gap: 4px;
  padding: 3px 6px;
  background: #c0c0c0;
  border-bottom: 2px groove #dfdfdf;
  align-items: center;
  font-family: sans-serif;
}
.ns-addressbar label {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  flex-shrink: 0;
}
.ns-addressbar input {
  flex: 1;
  font-size: 12px;
  border: 2px inset #dfdfdf;
  padding: 1px 4px;
  background: #fff;
  font-family: sans-serif;
}

.ns-throbber {
  width: 34px;
  height: 34px;
  border: 1px inset #dfdfdf;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  flex-shrink: 0;
  overflow: hidden;
}
.ns-throbber img {
  display: block;
  width: 32px;
  height: 32px;
  image-rendering: pixelated;
}

/* Content area */
.ns-viewport {
  background: #fff;
  padding: 10px 14px;
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  border-top: 2px inset #dfdfdf;
}

/* Netscape statusbar */
.ns-statusbar {
  background: #c0c0c0;
  padding: 2px 6px;
  font-size: 11px;
  font-family: sans-serif;
  border-top: 2px groove #dfdfdf;
  display: flex;
  gap: 8px;
}
.ns-statusbar a { color: #0000ff; text-decoration: none; font-size: 11px; }
.ns-statusbar a:hover { text-decoration: underline; }
.ns-statusbar-field {
  margin: 0;
}

/* Reuse same content styles from style.css */
/* (page-heading, outlook-list, article-body, etc. all still apply) */

/* Override link colours — Netscape defaults */
.ns-viewport a { color: #0000ee; }
.ns-viewport a:visited { color: #551a8b; }
.ns-viewport a:active { color: #ff0000; }

/* Responsive */
@media (max-width: 600px) {
  .ns-toolbar .ns-throbber { display: none; }
  .ns-menubar { display: none; }
}
