:root {
  font-family: Inter, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #253239;
  font-size: 16px;
  font-synthesis: none;
  --accent: #2d817c;
  --line: #e4e8e9;
  --muted: #899296;
  --ink: #203239;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  overflow: hidden;
  background: #101c20;
}
button,
input,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.4;
  cursor: default;
}
button {
  border: 0;
  background: none;
  color: inherit;
}
button:focus-visible,
a:focus-visible {
  outline: 2px solid #429b91;
  outline-offset: 2px;
}
input:focus,
textarea:focus {
  outline: 2px solid #69aaa1;
  outline-offset: -1px;
}
button:hover {
  background-color: #899d9f20;
}
a {
  color: #277970;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.hidden {
  display: none !important;
}
.desktop {
  height: 100vh;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.wallpaper {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #0c2024dc, #11262ba8 55%, #1f3234c9),
    url("assets/station.png") center/cover;
  filter: saturate(0.48);
  z-index: -3;
  transform: scale(1.02);
}
.wallpaper:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #0c1b26cf, transparent 80%);
}
.grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' d='M0 0h160v160H0z'/%3E%3C/svg%3E");
  z-index: -1;
}
.desktop-brand {
  position: absolute;
  right: 8%;
  top: 33%;
  color: #d6e2de;
  text-align: left;
  user-select: none;
  pointer-events: none;
}
.desktop-brand > span {
  font-size: 12px;
  letter-spacing: 5px;
  color: #92aaa5;
}
.desktop-brand h1 {
  font-family: serif;
  font-size: 88px;
  font-weight: 300;
  letter-spacing: 24px;
  margin: 13px 0 0;
  text-shadow: 0 1px 30px #98bab320;
}
.desktop-brand p {
  font-size: 15px;
  letter-spacing: 10px;
  margin-top: 4px;
  color: #aabdb8;
}
.brand-line {
  height: 1px;
  width: 44px;
  background: #aabdb84d;
  margin: 30px 0 18px;
}
.desktop-brand small {
  font-size: 13px;
  letter-spacing: 2px;
  color: #aabdb87d;
}
.desktop-icons {
  position: absolute;
  top: 25px;
  left: 18px;
  display: grid;
  grid-template-columns: 78px;
  gap: 13px;
}
.desktop-icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  color: #e4edeb;
  font-size: 14px;
  text-shadow: 0 1px 4px #000;
  padding: 10px 3px;
  border-radius: 5px;
}
.desktop-icon:hover {
  background: #ffffff15;
  outline: 1px solid #ffffff12;
}
.app-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: white;
  flex: none;
  font-size: 23px;
  box-shadow: 0 3px 7px #0002;
  background: var(--icon-bg, #58938a);
}
.app-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.app-icon.mini {
  width: 21px;
  height: 21px;
  border-radius: 5px;
}
.app-icon.mini svg {
  width: 15px;
  height: 15px;
}
.app-icon.large {
  width: 43px;
  height: 43px;
  border-radius: 10px;
}
.desktop-note {
  position: absolute;
  bottom: 76px;
  right: 33px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #9baca890;
}
.tiny-led {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #89b8a4;
  border-radius: 50%;
  margin-right: 10px;
  box-shadow: 0 0 10px #99cab34a;
}
.sep {
  margin: 0 13px;
  opacity: 0.4;
}
.taskbar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 53px;
  background: #132127e8;
  backdrop-filter: blur(25px);
  border-top: 1px solid #ffffff10;
  display: flex;
  align-items: center;
  padding: 0 12px;
  gap: 12px;
  z-index: 10000;
  color: #d7e1e1;
}
.start-button {
  width: 35px;
  height: 36px;
  display: grid;
  grid-template-columns: 9px 9px;
  grid-template-rows: 9px 9px;
  place-content: center;
  gap: 3px;
}
.start-button span {
  background: #bed7d4;
  border-radius: 1px;
}
.task-search {
  background: #ffffff08;
  border: 1px solid #ffffff0d;
  border-radius: 4px;
  width: 211px;
  height: 31px;
  text-align: left;
  padding: 0 10px;
  color: #aebcbc;
  font-size: 19px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.task-search span {
  font-size: 14px;
}
.task-apps {
  display: flex;
  gap: 5px;
}
.task-app {
  width: 46px;
  height: 46px;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 4px;
}
.task-app .app-icon {
  width: 28px;
  height: 28px;
  border-radius: 7px;
}
.task-app .app-icon svg {
  width: 21px;
  height: 21px;
}
.task-app.active {
  background: #ffffff0a;
}
.task-app:after {
  content: "";
  height: 2px;
  width: 7px;
  background: #8ba29f;
  position: absolute;
  bottom: 2px;
  border-radius: 2px;
}
.task-app.active:after {
  width: 18px;
  background: #88c9be;
}
.tray {
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 10px;
}
.tray > button {
  height: 38px;
  border-radius: 4px;
}
.sound-state {
  font-size: 12px;
  margin-left: 3px;
  color: #8d9e9e;
}
.network-button {
  font-size: 15px;
  letter-spacing: 1px;
}
.clock {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: flex-end;
  font-size: 13px;
  min-width: 77px;
}
.clock b {
  font-weight: 500;
  font-size: 15px;
}
.show-desktop {
  width: 6px;
  border-left: 1px solid #ffffff20 !important;
  padding: 0;
  margin-left: 1px;
}
.window {
  position: absolute;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #cad4d5;
  border-radius: 9px;
  box-shadow:
    0 18px 65px #0005,
    0 0 0 1px #0001;
  overflow: hidden;
  min-width: 340px;
  min-height: 250px;
  resize: both;
  animation: window-in 0.16s ease-out;
}
.window.focused {
  box-shadow:
    0 23px 85px #0007,
    0 0 0 1px #ffffff20;
}
.window.maximized {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: calc(100% - 53px) !important;
  border-radius: 0;
  resize: none;
}
.titlebar {
  height: 36px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  background: #f7f9f9;
  border-bottom: 1px solid #e1e7e7;
  user-select: none;
  cursor: default;
  touch-action: none;
}
.window-name {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-left: 13px;
  font-size: 14px;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
}
.window-controls {
  align-self: stretch;
  display: flex;
}
.window-controls button {
  width: 39px;
  font-size: 16px;
}
.window-controls .close:hover {
  background: #c64e51;
  color: #fff;
}
.window-content {
  flex: 1;
  min-height: 0;
  overflow: auto;
  position: relative;
}
.window-status {
  height: 25px;
  flex-shrink: 0;
  font-size: 13px;
  background: #f7f9f9;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 13px;
  color: #899295;
}
.browser-tabs {
  height: 37px;
  background: #e9eeee;
  display: flex;
  align-items: flex-end;
  padding: 5px 9px 0;
  gap: 4px;
  overflow: auto;
}
.browser-tab {
  background: #e2e8e8;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  min-width: 120px;
  max-width: 185px;
  height: 32px;
  border-radius: 7px 7px 0 0;
  padding: 0 9px;
}
.browser-tab.selected {
  background: #fff;
}
.browser-tab .tab-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.tab-close {
  font-size: 16px;
  padding: 0 2px;
  opacity: 0.6;
}
.new-tab {
  height: 30px;
  width: 28px;
  flex: none;
}
.browser-toolbar {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #fff;
  padding: 8px 10px;
  border-bottom: 1px solid #edf0f0;
}
.browser-toolbar > button {
  width: 25px;
  height: 27px;
  font-size: 17px;
  border-radius: 4px;
}
.address-form {
  flex: 1;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background: #f1f4f4;
  height: 29px;
  gap: 8px;
  padding: 0 10px;
  border: 1px solid #e9eded;
}
.address-form span {
  font-size: 13px;
  color: #6b8c82;
}
.address-form input {
  width: 100%;
  border: 0;
  background: none;
  font-size: 14px;
  outline: none;
  color: #4b575c;
  min-width: 0;
}
.browser-bookmarks {
  height: 29px;
  border-bottom: 1px solid var(--line);
  padding: 0 13px;
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 13px;
  color: #657375;
  overflow: hidden;
  white-space: nowrap;
}
.browser-bookmarks button {
  padding: 4px 0;
}
.browser-view {
  height: calc(100% - 112px);
  overflow: auto;
  background: #fff;
  position: relative;
}
.web-top {
  padding: 15px 27px;
  border-bottom: 1px solid #e5eae9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.web-logo {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 21px;
  color: #2d635b;
  letter-spacing: 1px;
}
.web-logo small {
  font-family: inherit;
  font-size: 13px;
  color: #91a09c;
  margin-left: 9px;
  font-weight: 400;
}
.web-nav {
  display: flex;
  gap: 17px;
  font-size: 13px;
  color: #7c8986;
}
.web-body {
  max-width: 780px;
  padding: 25px 35px 38px;
  margin: auto;
}
.breadcrumb {
  font-size: 13px;
  color: #8b9594;
  margin-bottom: 21px;
  letter-spacing: 0.4px;
}
.web-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #909d98;
  margin-bottom: 11px;
}
.pill {
  border-radius: 3px;
  padding: 3px 6px;
  background: #eaf1eb;
  color: #618574;
  font-size: 12px;
  letter-spacing: 0;
}
.web-body h1 {
  font-size: 24px;
  line-height: 1.55;
  font-weight: 650;
  letter-spacing: 0.4px;
  margin: 9px 0 13px;
}
.web-meta {
  font-size: 13px;
  color: #94a09c;
  border-bottom: 1px solid var(--line);
  padding-bottom: 17px;
  margin-bottom: 22px;
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}
.web-body p {
  font-size: 15px;
  line-height: 2;
  color: #566360;
  margin: 13px 0;
}
.web-body .lead {
  color: #3e514c;
  font-size: 16px;
}
.article-photo {
  margin: 20px 0 5px;
  position: relative;
  overflow: hidden;
  background: #d9e0db;
  cursor: zoom-in;
}
.article-photo img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  display: block;
  filter: saturate(0.7);
}
.photo-caption {
  font-size: 12px;
  color: #8a9691;
  display: flex;
  justify-content: space-between;
  margin-top: 7px;
}
.notice-box {
  border-left: 3px solid #719484;
  background: #f3f6f3;
  padding: 12px 16px;
  margin: 17px 0;
  font-size: 14px;
  line-height: 1.9;
  color: #66756d;
}
.web-footer {
  border-top: 1px solid var(--line);
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  color: #9ba4a0;
  font-size: 12px;
}
.related {
  margin-top: 25px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.related h3 {
  font-size: 14px;
  font-weight: 500;
  color: #82908a;
}
.related button {
  display: block;
  font-size: 14px;
  padding: 7px 0;
  color: #507c70;
  text-align: left;
}
.chat-layout {
  display: flex;
  height: 100%;
  background: #f6f7f7;
}
.chat-rail {
  width: 51px;
  flex-shrink: 0;
  background: #e5ebea;
  border-right: 1px solid #dce3e1;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 16px 0;
  gap: 23px;
  color: #728e82;
}
.avatar {
  display: inline-flex;
  width: 34px;
  height: 34px;
  background: #9baca3;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 16px;
  flex: none;
}
.avatar.small {
  width: 27px;
  height: 27px;
  font-size: 14px;
}
.avatar.lin {
  background: linear-gradient(140deg, #697d72, #a3aa95);
}
.chat-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.chat-header {
  padding: 14px 16px 12px;
  border-bottom: 1px solid #e6eae8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chat-header b {
  font-weight: 600;
  font-size: 16px;
}
.chat-header small {
  display: block;
  font-size: 12px;
  color: #879790;
  margin-top: 4px;
}
.online-dot {
  width: 5px;
  height: 5px;
  background: #7d9a86;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
}
.chat-log {
  flex: 1;
  overflow: auto;
  padding: 12px 15px;
  scroll-behavior: smooth;
}
.chat-date {
  text-align: center;
  color: #9ea7a3;
  font-size: 12px;
  margin: 11px 0 17px;
}
.chat-message {
  display: flex;
  gap: 8px;
  margin: 14px 0;
  align-items: flex-start;
}
.chat-message .avatar {
  width: 27px;
  height: 27px;
  font-size: 14px;
}
.bubble {
  font-size: 14px;
  line-height: 1.85;
  background: white;
  border: 1px solid #e7ebe8;
  border-radius: 2px 7px 7px 7px;
  padding: 9px 11px;
  max-width: 88%;
  color: #4d5953;
  position: relative;
}
.chat-message.self {
  flex-direction: row-reverse;
}
.chat-message.self .bubble {
  background: #dceadd;
  border-color: #d0e0d1;
  border-radius: 7px 2px 7px 7px;
}
.chat-message.alert .bubble {
  border-color: #c2cac1;
  background: #eef0e9;
}
.bubble small {
  display: block;
  color: #9aa49d;
  font-size: 12px;
  margin-top: 5px;
}
.chat-input-area {
  border-top: 1px solid #e2e8e3;
  background: #fafbfa;
  padding: 9px 12px 12px;
  flex-shrink: 0;
}
.chat-tools {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #93a196;
  margin-bottom: 7px;
}
.chat-input-area form {
  display: flex;
  align-items: center;
  gap: 6px;
}
.chat-input-area input {
  background: transparent;
  border: 0;
  flex: 1;
  min-width: 0;
  font-size: 14px;
  padding: 7px 0;
}
.chat-input-area button[type="submit"] {
  font-size: 13px;
  background: #66917a;
  color: white;
  border-radius: 3px;
  padding: 6px 11px;
}
.chat-quick {
  display: flex;
  gap: 5px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.chat-quick button {
  font-size: 12px;
  border: 1px solid #dbe4dc;
  border-radius: 4px;
  padding: 4px 6px;
  color: #799280;
  background: white;
}
.app-toolbar {
  height: 40px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 15px;
  font-size: 14px;
  background: #fbfcfc;
}
.app-toolbar input {
  flex: 1;
  min-width: 0;
  padding: 6px 9px;
  background: #f1f4f4;
  border: 1px solid #e2e8e7;
  border-radius: 4px;
  font-size: 13px;
}
.explorer {
  display: flex;
  height: calc(100% - 40px);
}
.app-sidebar {
  width: 148px;
  flex-shrink: 0;
  background: #f7f9f9;
  border-right: 1px solid var(--line);
  padding: 15px 8px;
  font-size: 14px;
}
.app-sidebar .section-label {
  font-size: 12px;
  color: #99a3a2;
  padding: 8px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.app-sidebar button {
  display: block;
  text-align: left;
  width: 100%;
  padding: 9px 12px;
  border-radius: 4px;
  color: #758481;
  margin-bottom: 3px;
}
.app-sidebar button.selected {
  background: #e5eeeb;
  color: #417968;
}
.file-area {
  padding: 19px;
  flex: 1;
  overflow: auto;
}
.file-area h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 17px;
  color: #85928d;
}
.file-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(103px, 1fr));
  gap: 12px;
}
.file-card {
  padding: 15px 6px 9px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
  border: 1px solid transparent;
  border-radius: 4px;
  word-break: break-all;
}
.file-card:hover {
  background: #eff5f2;
  border-color: #dce6e1;
}
.file-card .file-symbol {
  font-size: 34px;
  line-height: 1;
  color: #92ad9e;
}
.file-card img {
  width: 75px;
  height: 51px;
  object-fit: cover;
  border-radius: 3px;
}
.file-card small {
  font-size: 12px;
  color: #a1aaa5;
}
.file-details {
  font-size: 13px;
  color: #98a29e;
  margin-top: 22px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
  line-height: 1.8;
}
.document {
  padding: 27px 33px;
  color: #53615c;
  line-height: 2;
  max-width: 850px;
  margin: auto;
}
.document h2 {
  font-size: 20px;
  font-weight: 500;
  color: #344d42;
  margin-top: 0;
}
.document .doc-meta {
  font-size: 13px;
  color: #99a49d;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
  margin-bottom: 18px;
}
.document p {
  font-size: 15px;
}
.document code,
.web-body code {
  background: #edf1ed;
  color: #47745f;
  padding: 3px 5px;
  border-radius: 3px;
}
.primary-button {
  background: #487e69;
  color: #fff;
  padding: 9px 17px;
  border-radius: 4px;
  font-size: 14px;
}
.primary-button:hover {
  background: #3b6f5b;
}
.secondary-button {
  border: 1px solid #d4dfd9;
  border-radius: 4px;
  padding: 8px 13px;
  color: #648474;
  font-size: 14px;
}
.unlock-box {
  max-width: 370px;
  margin: 42px auto;
  text-align: center;
  padding: 0 20px;
}
.unlock-box .lock-symbol {
  font-size: 39px;
  color: #799a87;
  margin-bottom: 17px;
}
.unlock-box h2 {
  font-size: 17px;
  font-weight: 500;
}
.unlock-box p {
  font-size: 14px;
  color: #8b9991;
  line-height: 1.9;
}
.unlock-box input {
  width: 100%;
  padding: 11px;
  border: 1px solid #dce4df;
  border-radius: 4px;
  margin: 12px 0;
  font-size: 15px;
}
.form-error {
  font-size: 14px !important;
  color: #ac6258 !important;
  min-height: 18px;
}
.mail-layout {
  display: flex;
  height: 100%;
}
.mail-list {
  width: 219px;
  flex-shrink: 0;
  border-right: 1px solid var(--line);
  overflow: auto;
  background: #fafcfc;
}
.mail-list-title {
  padding: 18px 16px;
  font-size: 15px;
  color: #64786d;
  display: flex;
  justify-content: space-between;
}
.mail-item {
  padding: 14px 15px;
  width: 100%;
  text-align: left;
  border-top: 1px solid #e8edeb;
  display: block;
}
.mail-item.selected {
  background: #eaf1ed;
  border-left: 3px solid #69907a;
  padding-left: 12px;
}
.mail-item > b {
  font-size: 14px;
  display: block;
  font-weight: 600;
  color: #596c60;
}
.mail-item > span {
  font-size: 14px;
  display: block;
  margin: 6px 0;
  color: #69776f;
}
.mail-item > small {
  font-size: 12px;
  color: #9ca8a0;
}
.mail-reader {
  flex: 1;
  overflow: auto;
  padding: 25px 27px;
}
.mail-reader h2 {
  font-size: 17px;
  line-height: 1.7;
  font-weight: 600;
  margin: 0 0 13px;
}
.mail-from {
  font-size: 13px;
  line-height: 1.9;
  color: #93a196;
  border-bottom: 1px solid var(--line);
  padding-bottom: 17px;
  margin-bottom: 22px;
}
.mail-copy {
  font-size: 15px;
  line-height: 2.1;
  color: #67776c;
}
.mail-copy p {
  margin: 14px 0;
}
.attachment {
  padding: 13px;
  border: 1px solid #dde6df;
  background: #f7faf7;
  margin: 20px 0;
  font-size: 14px;
  color: #61826e;
}
.photo-viewer {
  background: #171c1d;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  color: #b5bebb;
}
.photo-viewer img {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 265px);
  min-height: 180px;
  object-fit: contain;
  display: block;
  flex: 1;
}
.photo-info {
  padding: 13px 20px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  line-height: 1.9;
}
.photo-info strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #e3e9e6;
}
.photo-info .primary-button {
  white-space: nowrap;
}
.evidence-note {
  font-size: 14px;
  line-height: 1.8;
  padding: 14px 20px;
  background: #232c29;
  color: #b1c6b8;
  border-top: 1px solid #344139;
}
.search-home {
  text-align: center;
  padding: 55px 35px;
}
.search-logo {
  font-family: Georgia, serif;
  font-size: 41px;
  letter-spacing: -2px;
  color: #477d6e;
  margin-bottom: 10px;
}
.search-logo span {
  font-weight: 400;
  color: #a9b6a8;
}
.search-subtitle {
  font-size: 13px;
  letter-spacing: 3px;
  color: #98a49c;
  margin-bottom: 28px;
}
.web-search-form {
  display: flex;
  border: 1px solid #d8e2db;
  box-shadow: 0 3px 12px #46664d07;
  border-radius: 6px;
  overflow: hidden;
  max-width: 570px;
  margin: 0 auto;
}
.web-search-form input {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 12px 15px;
  font-size: 15px;
  background: #fff;
}
.web-search-form button {
  background: #578a71;
  color: white;
  padding: 0 20px;
  font-size: 14px;
}
.search-links {
  display: flex;
  gap: 22px;
  justify-content: center;
  margin-top: 23px;
  font-size: 13px;
  color: #859589;
}
.search-results {
  padding: 23px 35px;
  max-width: 730px;
}
.search-result {
  margin: 26px 0;
}
.search-result small {
  font-size: 12px;
  color: #95a294;
}
.search-result h3 {
  margin: 8px 0;
  font-size: 16px;
  font-weight: 500;
  color: #43755e;
}
.search-result p {
  font-size: 14px;
  line-height: 1.9;
  color: #7e8b80;
}
.forum-top {
  background: #506955;
  color: #eef3eb;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.forum-top b {
  font-size: 18px;
  font-family: serif;
  letter-spacing: 3px;
}
.forum-top span {
  font-size: 13px;
  opacity: 0.6;
}
.forum-body {
  background: #f5f5ef;
  min-height: 100%;
  padding-bottom: 20px;
}
.forum-post {
  padding: 21px 26px;
  border-bottom: 1px solid #dfe3d8;
}
.forum-post h1 {
  font-size: 19px;
  margin: 0 0 12px;
}
.forum-author {
  color: #8b9684;
  font-size: 13px;
  margin-bottom: 16px;
}
.forum-post p {
  font-size: 15px;
  line-height: 2;
  color: #626d5b;
}
.forum-post blockquote {
  background: #eaece2;
  border-left: 3px solid #a5af96;
  padding: 11px 15px;
  margin: 15px 0;
  font-size: 14px;
  color: #6c775f;
  line-height: 1.9;
}
.forum-actions {
  display: flex;
  gap: 13px;
  font-size: 13px;
  color: #8b9880;
  margin-top: 15px;
}
.maintenance {
  min-height: 100%;
  background: #edf0f2;
  font-family: Consolas, "Microsoft YaHei", monospace;
}
.maint-header {
  padding: 17px 23px;
  color: #ced8df;
  background: #273a46;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}
.maint-header small {
  font-size: 12px;
  color: #8eabb8;
}
.maint-body {
  padding: 28px;
  max-width: 740px;
  margin: auto;
}
.maint-body h2 {
  font-size: 19px;
  font-weight: 400;
}
.maint-body p {
  line-height: 1.9;
  font-size: 14px;
  color: #82929a;
}
.maint-card {
  background: white;
  border: 1px solid #d8dfe1;
  padding: 24px;
  margin: 19px 0;
}
.maint-card label {
  display: block;
  font-size: 13px;
  color: #7a8e99;
  margin-bottom: 6px;
}
.maint-card input {
  display: block;
  width: 100%;
  padding: 9px;
  border: 1px solid #d4dfe4;
  border-radius: 3px;
  margin-bottom: 16px;
  font-size: 15px;
}
.log-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  line-height: 1.7;
}
.log-table td,
.log-table th {
  text-align: left;
  border-bottom: 1px solid #e5eaec;
  padding: 10px 6px;
  vertical-align: top;
}
.log-table th {
  color: #8d9ba3;
  font-weight: 400;
}
.log-table .danger {
  color: #b07261;
}
.notes-layout {
  display: flex;
  height: 100%;
}
.notes-sidebar {
  width: 180px;
  background: #f6f7f1;
  border-right: 1px solid #e5e8de;
  padding: 18px 12px;
  overflow: auto;
}
.notes-sidebar h3 {
  font-size: 14px;
  color: #7a8770;
  margin: 0 7px 15px;
}
.clue-item {
  padding: 11px 8px;
  border-bottom: 1px solid #e5e8df;
  font-size: 13px;
  line-height: 1.7;
  color: #9da794;
}
.clue-item.found {
  color: #59734c;
}
.notes-editor {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 21px;
  min-width: 0;
  background: #fffef9;
}
.notes-editor h2 {
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 10px;
  color: #647254;
}
.notes-editor p {
  font-size: 13px;
  color: #a4ad99;
  line-height: 1.9;
}
.notes-editor textarea {
  border: 0;
  resize: none;
  flex: 1;
  background: repeating-linear-gradient(
    transparent,
    transparent 27px,
    #e9ecdf 27px,
    #e9ecdf 28px
  );
  line-height: 28px;
  color: #65725a;
  font-size: 15px;
  min-height: 120px;
  outline: none;
}
.hint-area {
  padding: 12px 0;
  border-top: 1px solid #e5e8d9;
}
.hint-area p {
  font-size: 14px;
  color: #7d8d6e;
}
.terminal {
  background: #142025;
  color: #a9bbb5;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 18px 20px;
  font-family: Consolas, "SFMono-Regular", monospace;
  font-size: 15px;
  line-height: 1.8;
}
.terminal-output {
  overflow: auto;
  flex: 1;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.terminal .term-muted {
  color: #59766e;
}
.terminal .term-green {
  color: #8bbda3;
}
.terminal .term-warning {
  color: #c9a78e;
}
.terminal-form {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-shrink: 0;
  padding-top: 10px;
  border-top: 1px solid #59766e30;
  margin-top: 10px;
}
.terminal-form span {
  color: #8bbda3;
}
.terminal-form input {
  background: transparent;
  border: 0;
  color: #d4e0da;
  outline: none !important;
  flex: 1;
  min-width: 0;
  font-family: inherit;
  font-size: 15px;
}
.popup {
  position: absolute;
  z-index: 20000;
  background: #f9fbfaf5;
  backdrop-filter: blur(20px);
  padding: 5px;
  border: 1px solid #d4dfd7;
  box-shadow: 0 8px 30px #0003;
  border-radius: 6px;
  min-width: 190px;
}
.popup button {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  padding: 10px 13px;
  border-radius: 3px;
}
.popup hr {
  border: 0;
  border-top: 1px solid #e2e8e3;
  margin: 3px 7px;
}
.start-menu {
  position: absolute;
  bottom: 65px;
  left: 14px;
  width: 355px;
  background: #edf3eff2;
  backdrop-filter: blur(25px);
  border: 1px solid #ffffff50;
  border-radius: 9px;
  box-shadow: 0 15px 65px #0005;
  z-index: 10001;
  padding: 22px;
}
.start-heading {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 20px;
}
.start-heading span {
  color: #8a9b8c;
  font-size: 13px;
}
#start-apps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
#start-apps button {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 9px;
  gap: 9px;
  font-size: 13px;
  border-radius: 5px;
}
.start-menu footer {
  display: flex;
  align-items: center;
  gap: 11px;
  border-top: 1px solid #dce5dc;
  padding-top: 18px;
  margin-top: 23px;
  font-size: 14px;
}
.start-menu footer small {
  font-size: 12px;
  color: #96a18f;
}
.start-menu footer button {
  margin-left: auto;
  font-size: 14px;
  border: 1px solid #cfdccd;
  padding: 6px 12px;
  border-radius: 4px;
}
.system-panel {
  position: absolute;
  right: 15px;
  bottom: 65px;
  z-index: 10001;
  width: 280px;
  background: #edf3eff5;
  backdrop-filter: blur(25px);
  padding: 22px;
  border-radius: 9px;
  box-shadow: 0 15px 60px #0005;
  font-size: 15px;
}
.system-panel h3 {
  margin: 0 0 18px;
  font-size: 16px;
}
.system-panel p {
  font-size: 14px;
  line-height: 1.9;
  color: #839080;
}
.system-panel button {
  margin: 7px 0;
}
.system-row {
  border-bottom: 1px solid #dce3d8;
  padding: 11px 0;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.system-row span {
  color: #85a27e;
}
#toast-area {
  position: absolute;
  right: 18px;
  bottom: 69px;
  z-index: 19000;
  display: flex;
  flex-direction: column;
  gap: 9px;
  pointer-events: none;
}
.toast {
  background: #eff4eff7;
  box-shadow: 0 8px 35px #0003;
  width: 315px;
  border: 1px solid #d7e2d6;
  border-radius: 7px;
  padding: 15px 17px;
  animation: toast-in 0.3s ease-out;
  pointer-events: auto;
  cursor: pointer;
}
.toast-top {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #7d937c;
  margin-bottom: 9px;
}
.toast b {
  font-size: 15px;
  font-weight: 500;
  color: #4d674d;
}
.toast p {
  font-size: 14px;
  line-height: 1.8;
  color: #7e8e78;
  margin: 6px 0 0;
}
.lock-screen {
  position: fixed;
  inset: 0;
  z-index: 30000;
  background:
    linear-gradient(90deg, #0c2228eb, #112629c9),
    url("assets/station.png") center/cover;
  color: #e0e8e1;
  display: flex;
  flex-direction: column;
  padding: 32px 43px;
}
.lock-top {
  font-size: 12px;
  letter-spacing: 2px;
  color: #99b1a7;
  display: flex;
  align-items: center;
}
.lock-top > span:last-child {
  margin-left: auto;
  letter-spacing: 1px;
}
.lock-center {
  margin: auto;
  text-align: center;
}
.lock-time {
  font-size: 86px;
  letter-spacing: -4px;
  font-weight: 200;
  line-height: 1.1;
}
.lock-date {
  font-size: 15px;
  margin-top: 10px;
  color: #a6beb2;
  letter-spacing: 3px;
}
.profile-circle {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  margin: 36px auto 12px;
  border: 1px solid #9ebba440;
  background: #d0e4ce0c;
  display: grid;
  place-items: center;
  color: #b5cbb8;
  font-family: serif;
  font-size: 23px;
}
.lock-center h2 {
  font-size: 18px;
  letter-spacing: 5px;
  font-weight: 400;
  margin: 0;
}
.lock-center > p {
  font-size: 13px;
  color: #819d8d;
  margin: 11px 0 20px;
}
.lock-center > button {
  border: 1px solid #91ad9b55;
  border-radius: 4px;
  background: #d7e9db0d;
  color: #bfd4c5;
  font-size: 14px;
  padding: 11px 21px;
  min-width: 205px;
}
.lock-center > button:hover {
  background: #d7e9db20;
}
.lock-center > button span {
  margin-left: 30px;
}
.lock-premise {
  font-size: 14px;
  color: #a2b8a9;
  line-height: 2.2;
  margin-top: 33px;
  letter-spacing: 0.5px;
}
.lock-premise em {
  color: #cad9cd;
  font-style: normal;
}
.lock-screen > footer {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #768f7e;
  letter-spacing: 1px;
}
.ending {
  position: fixed;
  inset: 0;
  z-index: 40000;
  background: #0c1619;
  color: #c8d6cb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  overflow: auto;
}
.ending-content {
  max-width: 570px;
  animation: ending-in 1.5s ease;
}
.ending-eyebrow {
  font-size: 13px;
  letter-spacing: 4px;
  color: #6f9b83;
}
.ending h1 {
  font-family: serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 8px;
  margin: 23px 0 30px;
}
.ending p {
  font-size: 16px;
  line-height: 2.3;
  color: #93ae9c;
}
.ending .ending-last {
  color: #d1ddd0;
  border-left: 1px solid #65816c;
  padding-left: 18px;
  margin: 28px 0;
}
.ending button {
  margin-right: 10px;
  margin-top: 15px;
}
.ending small {
  display: block;
  color: #557362;
  font-size: 13px;
  margin-top: 28px;
}
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-top: 20px;
}
.calendar-grid > div {
  text-align: center;
  min-height: 46px;
  padding: 8px;
  color: #849585;
  font-size: 14px;
}
.calendar-grid .calendar-day {
  background: #f5f8f3;
  border-radius: 5px;
}
.calendar-day.marked {
  background: #e4eee1;
  color: #547449;
}
.calendar-day small {
  display: block;
  font-size: 11px;
  margin-top: 5px;
}
.anomaly .wallpaper {
  filter: saturate(0.2) brightness(0.78);
}
.anomaly .desktop-note {
  color: #aebcaa;
}
.subtle-flicker {
  animation: flicker 0.55s steps(1) 1;
}
.browser-menu {
  position: absolute;
  top: 78px;
  right: 10px;
  z-index: 2;
}
.browser-list {
  padding: 24px;
}
.browser-list h2 {
  font-size: 20px;
  font-weight: 500;
  color: #577363;
}
.browser-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 4px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.browser-list-item small {
  display: block;
  color: #9ba699;
  font-size: 12px;
  margin-top: 5px;
}
.browser-list-item button {
  text-align: left;
}
.danger-button {
  border: 1px solid #b59c8f;
  color: #a17e69;
  padding: 9px 13px;
  border-radius: 4px;
  font-size: 14px;
}
.file-props {
  font-size: 15px;
  line-height: 2.4;
  padding: 25px;
}
.file-props span {
  display: inline-block;
  width: 95px;
  color: #99a497;
}
.not-found {
  padding: 60px 45px;
  color: #8c9990;
}
.not-found h2 {
  font-size: 22px;
  color: #526d5b;
  font-weight: 500;
}
.not-found p {
  line-height: 2;
  font-size: 15px;
}
.bookmarked {
  color: #c19b46 !important;
}
.viewer-zoom img {
  max-height: none;
  min-width: 110%;
  cursor: zoom-out;
}
.viewer-zoom {
  overflow: auto;
}
.intro-strip {
  padding: 12px 15px;
  background: #eff4ed;
  color: #73886d;
  font-size: 13px;
  line-height: 1.9;
  border-bottom: 1px solid #dce6d8;
}
.calendar-wrap {
  padding: 25px;
}
.calendar-wrap h2 {
  font-weight: 400;
  color: #57734f;
  font-size: 23px;
}
.calendar-events {
  margin-top: 18px;
  color: #819376;
  font-size: 14px;
  line-height: 2;
}
.notification-empty {
  font-size: 14px;
  color: #91a08d;
  padding: 15px 0;
}
@keyframes window-in {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.99);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes toast-in {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes ending-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes flicker {
  0%,
  40%,
  80% {
    filter: brightness(0.65);
  }
  20%,
  60%,
  100% {
    filter: none;
  }
}
@media (max-width: 850px) {
  .task-search {
    width: 35px;
    justify-content: center;
  }
  .task-search span {
    display: none;
  }
  .taskbar {
    gap: 5px;
    padding: 0 5px;
  }
  .task-app {
    width: 35px;
  }
  .tray {
    gap: 2px;
  }
  .window {
    min-width: 310px;
    max-width: 100vw;
  }
  .web-body {
    padding: 20px;
  }
  .web-nav {
    gap: 8px;
  }
  .desktop-brand {
    right: 7%;
  }
  .mail-list {
    width: 150px;
  }
  .mail-reader {
    padding: 17px;
  }
  .app-sidebar {
    width: 110px;
  }
  .lock-screen {
    padding: 25px;
  }
  .lock-screen > footer {
    font-size: 11px;
    gap: 20px;
  }
  .lock-top > span:last-child {
    display: none;
  }
  .notes-sidebar {
    width: 130px;
  }
  .notes-editor {
    padding: 14px;
  }
  .window.maximized {
    min-width: 0;
  }
  .browser-tab {
    min-width: 100px;
  }
  .photo-info {
    flex-wrap: wrap;
  }
  .desktop-icons {
    left: 6px;
  }
  .web-logo small {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
/* Game shell */
.game-menu {
  position: fixed;
  inset: 0;
  z-index: 35000;
  background: #0c1a1fed;
  color: #c2d1c9;
  display: flex;
  flex-direction: column;
  padding: 31px 43px;
  overflow: auto;
  backdrop-filter: blur(16px);
}
.menu-background {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #0a1a20f5 0%, #102227db 45%, #172b2bb0),
    url("assets/station.png") 65% center/cover;
  filter: saturate(0.5);
  opacity: 0.7;
}
.menu-topbar {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: 2px;
  color: #7b998b;
}
.menu-layout {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 1100px);
  margin: 25px auto;
  gap: 50px;
}
.menu-main {
  padding: 25px 0 10px 35px;
}
.menu-eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  color: #718e80;
}
.menu-main h1 {
  font-family: serif;
  font-size: 79px;
  font-weight: 400;
  letter-spacing: 19px;
  color: #d5dfd7;
  margin: 18px 0 0;
  line-height: 1.25;
}
.menu-main h1 span {
  display: block;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 15px;
  letter-spacing: 14px;
  margin: 15px 0 0 3px;
  color: #9eb5a6;
}
.menu-rule {
  width: 39px;
  height: 1px;
  background: #75998780;
  margin: 29px 0 17px;
}
.menu-tagline {
  font-size: 14px;
  letter-spacing: 2px;
  color: #8ca797;
}
.main-menu-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 285px;
  margin-top: 27px;
}
.main-menu-nav button {
  padding: 11px 0;
  text-align: left;
  font-size: 16px;
  letter-spacing: 2px;
  color: #b6cabd;
  display: flex;
  justify-content: space-between;
  transition:
    padding 0.2s,
    background 0.2s;
  border-radius: 3px;
}
.main-menu-nav button:hover {
  background: #779d8b0b;
  padding-left: 10px;
  color: #ebf4e9;
}
.main-menu-nav button span {
  font-size: 11px;
  letter-spacing: 1.3px;
  color: #5f7e6d;
  align-self: center;
}
.main-menu-nav button:first-child {
  color: #e0eadd;
}
.menu-session {
  font-size: 12px;
  letter-spacing: 1px;
  color: #6e8d79;
  margin-top: 27px;
}
.menu-side {
  margin: 0 5% 0 0;
  align-self: center;
  color: #819c8a;
}
.menu-side > span {
  font-size: 12px;
  letter-spacing: 4px;
}
.menu-side > b {
  display: block;
  font-weight: 200;
  font-size: 63px;
  letter-spacing: 4px;
  line-height: 1.4;
  color: #b0c2b33f;
  margin-top: 8px;
}
.menu-side > div {
  height: 1px;
  background: #748e6b35;
  margin: 15px 0 20px;
}
.menu-side p {
  font-size: 13px;
  line-height: 2.3;
  color: #7d9884;
  letter-spacing: 1px;
}
.menu-side small {
  font-size: 12px;
  color: #5d7964;
}
.menu-footer {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  color: #607c68;
  letter-spacing: 1px;
  gap: 20px;
}
.menu-content {
  width: 100%;
  max-width: 660px;
  margin: auto;
  padding: 20px 0;
}
.menu-content h2 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 4px;
  color: #d0dfd2;
  margin: 18px 0 12px;
}
.menu-description {
  font-size: 14px;
  line-height: 1.9;
  color: #819b86;
  margin-bottom: 30px;
}
.save-slots {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.save-slot {
  border: 1px solid #68887035;
  background: #98b29a06;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 22px;
  border-radius: 4px;
}
.slot-number {
  font-family: Georgia, serif;
  font-size: 31px;
  color: #708e76;
  min-width: 35px;
}
.slot-info {
  flex: 1;
}
.slot-info b {
  font-size: 16px;
  font-weight: 400;
  color: #aec4b1;
}
.slot-info p {
  font-size: 13px;
  color: #6f8c74;
  line-height: 1.8;
  margin-bottom: 0;
}
.game-menu .secondary-button {
  border-color: #66816b65;
  color: #9cb6a0;
  background: #98b29a08;
}
.game-menu .secondary-button:hover {
  background: #a8c4a812;
}
.menu-tools {
  display: flex;
  gap: 12px;
  margin-top: 21px;
}
.menu-footnote {
  font-size: 13px;
  color: #69866f;
  line-height: 2;
  margin-top: 20px;
}
.menu-back {
  padding: 10px 0;
  margin-top: 20px;
  color: #91ad94;
  font-size: 14px;
}
.setting-row {
  padding: 18px 0;
  border-bottom: 1px solid #68887030;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.setting-row b {
  font-weight: 400;
  font-size: 16px;
  color: #b7cab9;
}
.setting-row p {
  font-size: 13px;
  line-height: 1.7;
  color: #78947d;
  margin: 7px 0 0;
}
.setting-row input[type="range"] {
  accent-color: #83a28b;
  width: 140px;
}
.setting-row select {
  border: 1px solid #597461;
  background: #1b3026;
  color: #aac3b0;
  padding: 7px 15px;
  border-radius: 4px;
  font-size: 14px;
}
.toggle {
  width: 37px;
  height: 21px;
  background: #3c5144;
  border-radius: 20px;
  padding: 3px;
}
.toggle span {
  width: 15px;
  height: 15px;
  background: #98ac9b;
  border-radius: 50%;
  display: block;
  transition: transform 0.2s;
}
.toggle.on {
  background: #5d856b;
}
.toggle.on span {
  transform: translateX(16px);
  background: #d5e5d6;
}
.credits > p {
  font-size: 15px;
  line-height: 2.2;
  color: #8da792;
  margin: 25px 0;
}
.dialog-overlay {
  position: fixed;
  inset: 0;
  background: #06110ee0;
  backdrop-filter: blur(5px);
  z-index: 50000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
.game-dialog {
  width: 420px;
  background: #f3f6f0;
  padding: 31px;
  border: 1px solid #ccd8c9;
  border-radius: 8px;
  box-shadow: 0 20px 80px #0008;
}
.game-dialog h2 {
  font-size: 21px;
  font-weight: 500;
  color: #4b654d;
  margin-top: 18px;
}
.game-dialog p {
  font-size: 15px;
  line-height: 2;
  color: #8a9b82;
}
.dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 25px;
}
.menu-feedback {
  position: fixed;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
  background: #d4e3d1;
  color: #3d6545;
  padding: 12px 23px;
  font-size: 15px;
  border-radius: 5px;
  box-shadow: 0 8px 35px #0005;
}
.task-menu-button {
  border: 1px solid #8eaa9930;
  font-size: 16px;
  width: 30px;
  height: 28px !important;
  margin-right: 4px;
  color: #93b1a1;
}
.text-link {
  color: #367b64;
  text-decoration: underline;
}
.motion-reduced * {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}
.document p,
.web-body p,
.mail-copy,
.forum-post p {
  font-size: calc(16px * var(--text-scale, 1));
}
.bubble {
  font-size: calc(15px * var(--text-scale, 1));
}
@media (max-width: 750px) {
  .game-menu {
    padding: 23px;
  }
  .menu-side {
    display: none;
  }
  .menu-main {
    padding-left: 15px;
  }
  .menu-main h1 {
    font-size: 68px;
  }
  .menu-layout {
    gap: 0;
    margin: 20px auto;
  }
  .menu-topbar {
    font-size: 11px;
    letter-spacing: 1px;
  }
  .menu-topbar > span:last-child {
    display: none;
  }
  .save-slot {
    padding: 15px;
    gap: 12px;
  }
  .slot-info p {
    font-size: 12px;
  }
  .menu-footer {
    font-size: 11px;
  }
  .main-menu-nav {
    width: 265px;
  }
  .menu-content h2 {
    font-size: 27px;
  }
}
@media (max-height: 740px) {
  .menu-main h1 {
    font-size: 57px;
  }
  .menu-main h1 span {
    margin-top: 8px;
  }
  .menu-rule {
    margin: 18px 0 13px;
  }
  .main-menu-nav {
    margin-top: 15px;
  }
  .main-menu-nav button {
    padding: 9px 0;
  }
  .menu-session {
    margin-top: 18px;
  }
  .game-menu {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .lock-time {
    font-size: 66px;
  }
  .profile-circle {
    margin-top: 23px;
  }
  .lock-premise {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .task-search {
    display: none;
  }
  .task-apps {
    gap: 0;
  }
  .clock {
    min-width: 62px;
  }
  .taskbar {
    gap: 3px;
  }
  .tray .network-button {
    display: none;
  }
  .menu-footer > span:last-child {
    display: none;
  }
}
.recorder {
  min-height: 100%;
  background: #f5f7f6;
  padding: 25px 27px;
  color: #6e7d79;
}
.record-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 23px;
}
.record-heading h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 8px 0;
}
.record-heading p {
  font-size: 12px;
  color: #97a29e;
}
.record-badge {
  font-size: 12px;
  border: 1px solid #d8e3dc;
  border-radius: 3px;
  padding: 5px 9px;
  color: #729180;
}
.wave-track {
  display: flex;
  align-items: center;
  background: #eaf0ed;
  border: 1px solid #dce5df;
  border-radius: 4px;
  margin-top: 10px;
  padding: 11px 12px;
  height: 82px;
}
.wave-track label {
  font:
    15px Consolas,
    monospace;
  color: #668778;
  width: 66px;
  flex: none;
}
.wave-track label span {
  display: block;
  font: 8px sans-serif;
  margin-top: 6px;
  color: #95a49b;
}
.waveform {
  display: flex;
  align-items: center;
  gap: 2px;
  position: relative;
  height: 62px;
  flex: 1;
  overflow: hidden;
}
.waveform > i {
  background: #789987;
  flex: 1;
  min-width: 1px;
  border-radius: 1px;
  opacity: 0.78;
}
.playhead {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #b17760;
  box-shadow: 0 0 5px #b1776030;
}
.record-ruler {
  display: flex;
  justify-content: space-between;
  margin: 9px 0 9px 81px;
  font:
    9px Consolas,
    monospace;
  color: #98a99e;
}
#record-seek {
  width: 100%;
  accent-color: #708f7d;
  height: 3px;
  display: block;
  margin: 15px 0;
}
.record-controls {
  display: flex;
  gap: 10px;
  align-items: center;
}
.record-controls > span {
  margin-left: auto;
  font:
    11px Consolas,
    monospace;
  color: #809588;
}
.record-transcript {
  background: #eaf0e9;
  border-left: 2px solid #8aa084;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 1.9;
  margin-top: 18px;
}
.record-note {
  font-size: 13px;
  line-height: 1.9;
  color: #94a58f;
  margin-top: 13px;
}
.window {
  resize: none;
}
.window-resize {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 17px;
  height: 17px;
  cursor: nwse-resize;
  touch-action: none;
  z-index: 5;
  background: linear-gradient(
    135deg,
    transparent 55%,
    #8a9b9270 56%,
    transparent 60%,
    transparent 68%,
    #8a9b9270 69%,
    transparent 73%,
    transparent 81%,
    #8a9b9270 82%,
    transparent 86%
  );
  opacity: 0.65;
}
.window.maximized .window-resize {
  display: none;
}
/* Readable defaults: 16px body copy, 15px chat and 13–14px supporting text. */
.web-meta,
.photo-caption,
.mail-from,
.doc-meta,
.forum-author,
.breadcrumb {
  color: #6b7d73;
}
.chat-date,
.chat-header small,
.chat-tools,
.chat-quick button {
  color: #697f6f;
}
.notice-box,
.forum-post blockquote,
.search-result p,
.maint-body p,
.record-transcript,
.evidence-note,
.unlock-box p,
.hint-area p {
  font-size: calc(15px * var(--text-scale, 1));
}
.log-table,
.clue-item,
.notes-editor textarea,
.terminal,
.terminal-form input {
  font-size: calc(14px * var(--text-scale, 1));
}
.photo-info {
  align-items: flex-start;
  flex-wrap: wrap;
}
.web-nav,
.browser-bookmarks {
  gap: 12px;
}
.file-grid {
  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
}
.main-menu-nav {
  width: 320px;
}
.main-menu-nav button span {
  font-size: 11px;
}
.menu-session,
.menu-description,
.slot-info p,
.setting-row p,
.menu-footnote {
  color: #9ab49f;
}
@media (max-width: 750px) {
  .main-menu-nav {
    width: min(320px, 100%);
  }
  .web-top {
    flex-wrap: wrap;
    gap: 10px;
  }
}
