:root {
  font-family: "Segoe UI", "Golos Text", sans-serif;
  color: #243b43;
  font-synthesis: none;
  --glass: rgba(194, 226, 241, 0.62);
  --blue: #2d789a;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  overflow: hidden;
  background: #69bbd9;
}
button,
input {
  font: inherit;
}
button {
  cursor: pointer;
}
button:focus-visible,
input:focus-visible {
  outline: 2px solid #e9bd55;
  outline-offset: 3px;
}
button {
  color: inherit;
}
button,
input {
  -webkit-tap-highlight-color: transparent;
}
.hidden {
  display: none !important;
}
.wallpaper {
  position: fixed;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 67% 17%, #f4fff0aa, transparent 37%),
    linear-gradient(165deg, #259aca 0%, #80d1e3 42%, #d3ece1 69%, #739f68 100%);
  transition: filter 1s;
}
.sunlight {
  position: absolute;
  width: 90vw;
  height: 90vw;
  left: 25%;
  top: -65vw;
  background: radial-gradient(circle, #fff9 0, transparent 65%);
}
.cloud {
  position: absolute;
  width: 65%;
  height: 15%;
  filter: blur(25px);
  background: radial-gradient(ellipse, #fff9, transparent 65%);
  transform: rotate(-7deg);
}
.cloud-one {
  top: 30%;
  left: -15%;
}
.cloud-two {
  top: 40%;
  right: -20%;
}
.hill {
  position: absolute;
  width: 140%;
  height: 62%;
  border-radius: 50% 50% 0 0;
  box-shadow: inset 0 12px 24px #e5ff7a55;
}
.hill-back {
  left: -28%;
  bottom: -42%;
  height: 76%;
  transform: rotate(12deg);
  background: linear-gradient(165deg, #b8d770, #7ca443 35%, #407a40 67%);
}
.hill-front {
  bottom: -49%;
  right: -30%;
  height: 73%;
  transform: rotate(-13deg);
  background: linear-gradient(175deg, #c1dc76 0, #82b65b 20%, #39794b 63%);
}
.aero-ribbon {
  position: absolute;
  width: 110%;
  height: 100%;
  left: 30%;
  top: -5%;
  border: 1px solid #efffff55;
  border-left: 60px solid #e7ffff18;
  border-radius: 50%;
  transform: rotate(-37deg);
  box-shadow:
    -24px 0 70px #efffff15,
    inset 2px 0 3px #fff4;
  pointer-events: none;
}
.ribbon-two {
  left: 46%;
  top: -18%;
  border-left: 8px solid #fff2;
  transform: rotate(-32deg);
}
.wallpaper.night {
  filter: hue-rotate(27deg) saturate(0.7) brightness(0.8);
}
.login-screen {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-shadow: 0 1px 9px #245a6c35;
  background: linear-gradient(110deg, #12658935, transparent 65%);
  z-index: 100;
}
.login-top {
  position: absolute;
  top: 36px;
  left: 44px;
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 10px;
  letter-spacing: 2.4px;
}
.little-mark {
  font-family: Georgia, serif;
  font-size: 38px;
  font-style: italic;
  line-height: 1;
}
.login-center {
  margin: auto;
  text-align: center;
  padding: 75px 20px 90px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 4px;
  font-weight: 600;
  margin: 0 0 19px;
}
.login-center h1 {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(28px, 3.15vw, 47px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -1.5px;
  margin: 0;
}
.login-intro {
  font-size: 14px;
  color: #e9faff;
  margin: 19px 0 35px;
}
.user-login {
  border: 1px solid transparent;
  background: transparent;
  color: white;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  padding: 18px 34px 15px;
  border-radius: 8px;
  transition: 0.25s;
  text-shadow: 0 1px 5px #255e6970;
}
.user-login:hover {
  border-color: #fff7;
  background: #fff1;
  box-shadow: 0 0 35px #d8ffff20;
}
.avatar {
  position: relative;
  width: 118px;
  height: 118px;
  padding: 6px;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow:
    0 0 0 5px #eaffff25,
    0 8px 22px #195e7845,
    inset 0 0 0 1px #ffffffaa;
  background: linear-gradient(145deg, #d9f5ed, #4199a4);
}
.avatar svg {
  width: 100%;
  height: 100%;
  background: linear-gradient(140deg, #458d94, #7ebda5);
  border: 1px solid #3e798b;
  border-radius: 4px;
}
.avatar-glint {
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  height: 45%;
  background: linear-gradient(#fff4, transparent);
  border-radius: 4px 4px 60% 10%;
}
.user-name {
  font-size: 24px;
  margin-top: 19px;
  font-weight: 400;
}
.user-role {
  font-size: 11px;
  color: #ecfbff;
  margin-top: 6px;
}
.enter-label {
  font-size: 12px;
  margin-top: 21px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.enter-label > .enter-arrow {
  flex-shrink: 0;
  border: 1px solid #fff8;
  background: #fff2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.windows-logo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  width: 26px;
  height: 26px;
  transform: perspective(35px) rotateY(-12deg) rotate(-9deg);
  filter: drop-shadow(0 1px 2px #183f73);
  margin-right: 5px;
}
.windows-logo i:nth-child(1) {
  background: linear-gradient(135deg, #ffb063, #e74725);
}
.windows-logo i:nth-child(2) {
  background: linear-gradient(135deg, #b4e547, #59a525);
}
.windows-logo i:nth-child(3) {
  background: linear-gradient(135deg, #67cefa, #1573c4);
}
.windows-logo i:nth-child(4) {
  background: linear-gradient(135deg, #ffe971, #f7ae29);
}
.desktop {
  position: fixed;
  inset: 0;
  animation: appear 0.65s ease;
}
.desktop-heading {
  position: absolute;
  left: 35px;
  right: 35px;
  top: 23px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 9px;
  letter-spacing: 2px;
  color: #f3fdff;
  text-shadow: 0 1px 4px #276d87;
}
.desktop-heading .little-mark {
  font-size: 31px;
}
.desktop-heading-line {
  width: 40px;
  height: 1px;
  background: #fff6;
}
.desktop-heading > span:last-child {
  opacity: 0.7;
  font-size: 8px;
}
.desktop-icons {
  position: absolute;
  top: 98px;
  bottom: 70px;
  left: 20px;
  width: 105px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.desktop-icon {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  padding: 9px 3px 6px;
  min-height: 88px;
  color: #fff;
  font-size: 11px;
  text-shadow: 1px 1px 3px #153c5c;
  transition: 0.15s;
}
.desktop-icon:hover,
.desktop-icon:focus-visible {
  background: #ddf7ff30;
  border-color: #ecffff80;
  box-shadow: inset 0 0 0 1px #ddf7ff33;
}
.icon {
  position: relative;
  display: block;
  width: 48px;
  height: 43px;
  filter: drop-shadow(1px 3px 3px #254c5945);
  flex-shrink: 0;
}
.folder-icon {
  width: 49px;
  height: 35px;
  background: linear-gradient(#eec861, #c69535);
  border-radius: 3px;
  transform: rotate(-3deg);
  margin-top: 8px;
  border: 1px solid #a27b34;
}
.folder-icon:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 22px;
  height: 9px;
  background: #edd38b;
  border-radius: 3px 5px 0 0;
  border: 1px solid #bd984d;
  border-bottom: 0;
}
.folder-icon i {
  position: absolute;
  inset: 3px 3px 4px;
  background: #fffdeb;
  transform: rotate(4deg);
  border: 1px solid #d7ccad;
}
.folder-icon:after {
  content: "";
  position: absolute;
  inset: 9px -3px -1px 1px;
  background: linear-gradient(#ffe9a0, #e8bb57);
  border: 1px solid #b9954c;
  border-radius: 2px 3px 4px 3px;
  transform: skew(-7deg);
  box-shadow: inset 0 1px #fff9;
}
.profile-icon {
  background: linear-gradient(135deg, #e8fbff, #83c1d9);
  border: 2px solid #f1fdff;
  border-radius: 5px;
  width: 43px;
  height: 45px;
}
.profile-icon:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 6px;
  left: 13px;
  border-radius: 50%;
  background: linear-gradient(#8bc467, #467d42);
}
.profile-icon:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 17px;
  bottom: 4px;
  left: 6px;
  border-radius: 15px 15px 4px 4px;
  background: linear-gradient(#87bd64, #3f793c);
}
.pictures-icon {
  background: linear-gradient(#89c5e0 55%, #6fa752 55%);
  width: 45px;
  height: 37px;
  border: 3px solid white;
  transform: rotate(-8deg);
  margin-top: 5px;
  box-shadow:
    3px -3px 0 #d1e8ed,
    4px -4px 0 #fff;
}
.pictures-icon:after {
  content: "";
  position: absolute;
  left: 1px;
  bottom: 0;
  clip-path: polygon(0 100%, 40% 15%, 65% 70%, 85% 35%, 100% 100%);
  background: #3e7851;
  width: 100%;
  height: 28px;
}
.pictures-icon:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 5px;
  top: 4px;
  background: #ffed9b;
  border-radius: 50%;
}
.document-icon {
  width: 33px;
  height: 43px;
  border: 1px solid #9faeb4;
  background: linear-gradient(120deg, #fff, #e7eff2);
  box-shadow: inset 0 0 0 2px white;
}
.document-icon:after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 7px;
  height: 9px;
  background: repeating-linear-gradient(#a3bcc7 0 1px, transparent 1px 4px);
}
.document-icon i {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: normal;
  color: #4b91b0;
  position: absolute;
  top: 3px;
  left: 5px;
  text-shadow: none;
}
.mail-icon {
  margin-top: 8px;
  height: 32px;
  background: linear-gradient(#fefdf3, #dde3d8);
  border: 1px solid #92a9ae;
  border-radius: 3px;
}
.mail-icon:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #fffef1, #ccdbe1);
  clip-path: polygon(0 0, 100% 0, 50% 63%);
  filter: drop-shadow(0 2px #829caa);
}
.bin-icon {
  width: 33px;
  height: 40px;
  border: 2px solid #e6faff;
  border-top: 4px solid #f2fbff;
  background: linear-gradient(90deg, #e4ffff88, #c8e9e344);
  transform: perspective(50px) rotateX(-9deg);
  border-radius: 2px 2px 7px 7px;
  color: #43875b;
  font-size: 27px;
  text-shadow: none;
  text-align: center;
}
.recycle-shortcut {
  margin-top: auto;
}
.desktop-watermark {
  position: absolute;
  left: 15%;
  top: 27%;
  color: #fff;
  letter-spacing: -3px;
  font-family: "Manrope", sans-serif;
  text-shadow: 0 2px 20px #548b8620;
  pointer-events: none;
}
.desktop-watermark > span {
  display: block;
  font-size: clamp(35px, 5vw, 78px);
  font-weight: 400;
}
.desktop-watermark strong {
  display: block;
  font-size: clamp(50px, 7vw, 105px);
  font-weight: 500;
  line-height: 1.2;
}
.desktop-watermark p {
  font-family: "Segoe UI", sans-serif;
  font-size: 12px;
  letter-spacing: 0.7px;
  margin-top: 23px;
}
.gadgets {
  position: absolute;
  right: 33px;
  top: 93px;
  width: 188px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 27px;
}
.clock-gadget {
  width: 174px;
  height: 174px;
  border-radius: 50%;
  padding: 8px;
  background: linear-gradient(135deg, #fff9, #a5bcc070 45%, #f9ffffb0);
  border: 1px solid #ebffff;
  box-shadow:
    0 5px 14px #284c6630,
    inset 0 0 2px #fff;
}
.clock-face {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, #ffffff 0, #f8fbf4 34%, transparent 35%),
    radial-gradient(circle, #f8f8ef, #e4ebe6 76%, #cbd9d8 100%);
  border: 1px solid #94a4a7;
  box-shadow:
    inset 0 1px 5px #4f66703a,
    inset 0 0 0 3px #ffffff8c;
  position: relative;
}
.clock-face:before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background:
    repeating-conic-gradient(
      from -0.5deg,
      #607b82 0deg 1deg,
      transparent 1deg 6deg
    ),
    repeating-conic-gradient(
      from -2deg,
      #385963 0deg 4deg,
      transparent 4deg 30deg
    );
  -webkit-mask: radial-gradient(circle, transparent 0 88%, #000 89% 100%);
  mask: radial-gradient(circle, transparent 0 88%, #000 89% 100%);
}
.clock-n {
  position: absolute;
  z-index: 2;
  width: 22px;
  color: #263f4e;
  font: 800 16px/1 "Segoe UI", Arial, sans-serif;
  text-align: center;
  text-shadow: 0 1px #fff;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.n12 {
  top: 11px;
  left: calc(50% - 11px);
}
.n1 {
  top: 20px;
  right: 29px;
}
.n2 {
  top: 42px;
  right: 10px;
}
.n3 {
  right: 3px;
  top: calc(50% - 8px);
}
.n4 {
  right: 10px;
  bottom: 42px;
}
.n5 {
  right: 29px;
  bottom: 20px;
}
.n6 {
  bottom: 10px;
  left: calc(50% - 11px);
}
.n7 {
  bottom: 20px;
  left: 29px;
}
.n8 {
  bottom: 42px;
  left: 10px;
}
.n9 {
  left: 3px;
  top: calc(50% - 8px);
}
.n10 {
  top: 42px;
  left: 10px;
}
.n11 {
  top: 20px;
  left: 29px;
}
.hand {
  position: absolute;
  z-index: 3;
  bottom: 50%;
  left: 50%;
  transform-origin: center bottom;
  border: 1px solid #eaffff;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(
    90deg,
    #2b73a8 0,
    #a9efff 34%,
    #e9ffff 50%,
    #57bddf 68%,
    #235f94 100%
  );
  box-shadow:
    0 0 0 1px #356e9a,
    0 1px 4px #245d7c80,
    inset 1px 0 #ffffffb8;
}
.hour {
  height: 31px;
  width: 7px;
  margin-left: -4.5px;
}
.minute {
  height: 42px;
  width: 5px;
  margin-left: -3.5px;
}
.second {
  height: 45px;
  width: 1px;
  margin-left: -1.5px;
  border-color: #e9ffff;
  background: #28cbd2;
  box-shadow:
    0 0 0 1px #25869b,
    0 0 4px #38e7e8;
}
.clock-face b {
  position: absolute;
  z-index: 4;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ecffff;
  background: radial-gradient(circle at 35% 30%, #efffff, #72d8eb 42%, #2675a7 75%);
  box-shadow:
    0 0 0 1px #316c94,
    0 2px 4px #2c617c80;
}
.sticky-note {
  width: 220px;
  height: 220px;
  box-sizing: border-box;
  padding: 20px 19px 16px;
  background: linear-gradient(135deg, #fff5b9, #f3df87);
  box-shadow: 3px 7px 12px #44544125;
  transform: rotate(3deg);
  position: relative;
  color: #67603f;
}
.tape {
  position: absolute;
  top: -11px;
  left: 58px;
  width: 65px;
  height: 23px;
  transform: rotate(-6deg);
  background: #f6f0c488;
  box-shadow: 0 1px 2px #d8c98230;
}
.sticky-note p {
  font-size: 13px;
  margin: 0 0 17px;
  opacity: 0.65;
}
.sticky-note h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.45;
  font-size: 22px;
  margin: 0 0 19px;
}
.note-bottom {
  font-size: 11px;
  letter-spacing: 0.2px;
}
.music-gadget {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 201px;
  padding: 11px 9px;
  border: 1px solid #fff6;
  background: linear-gradient(#eaffff50, #eaffff20);
  box-shadow:
    0 3px 10px #36607415,
    inset 0 0 0 1px #fff2;
  border-radius: 7px;
  backdrop-filter: blur(12px);
  color: #264f59;
}
.music-disc {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #456e72, #8ba79e);
  color: #ecffec;
  font-size: 18px;
  border: 3px solid #c6dfd780;
}
.music-gadget strong {
  font-size: 10px;
  display: block;
  font-weight: 600;
}
.music-gadget div > span {
  font-size: 8px;
  display: block;
  margin-top: 5px;
  max-width: 112px;
}
.music-gadget button {
  margin-left: auto;
  background: #f2ffff6b;
  border: 1px solid #ffffffe0;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 0;
  font-size: 10px;
}
.taskbar {
  position: absolute;
  z-index: 90;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;
  background: linear-gradient(
    #d2f4ff70 0,
    #a4cee15c 45%,
    #457f9f9c 46%,
    #6b9db0ad
  );
  border-top: 1px solid #e5ffff;
  box-shadow:
    0 -1px 0 #40769a66,
    0 -3px 18px #416b8133;
  backdrop-filter: blur(18px);
  display: flex;
  align-items: center;
  gap: 10px;
}
.start-button {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  margin-left: 13px;
  margin-top: -4px;
  background: radial-gradient(
    ellipse at 50% 20%,
    #b7e5f5,
    #26779e 45%,
    #173f76 70%,
    #79d8eb 100%
  );
  border: 1px solid #e1f8ff;
  box-shadow:
    0 0 5px #133b6c,
    0 0 0 1px #6994b8,
    inset 0 2px 4px #fff9;
  display: grid;
  place-items: center;
}
.start-button .windows-logo {
  width: 26px;
  height: 26px;
  margin: 0;
}
.start-button:hover {
  box-shadow:
    0 0 15px #9eecff,
    0 0 0 1px #d7fcff;
}
.taskbar-divider {
  height: 32px;
  border-left: 1px solid #497c9833;
  border-right: 1px solid #fff4;
}
.task-buttons {
  display: flex;
  flex: 1 1 auto;
  gap: 5px;
  height: 100%;
  align-items: center;
  min-width: 0;
  overflow: hidden;
}
.task-button {
  display: flex;
  flex: 0 1 180px;
  align-items: center;
  gap: 9px;
  height: 39px;
  min-width: 0;
  padding: 0 12px;
  overflow: hidden;
  box-sizing: border-box;
  background: linear-gradient(#f2ffff65, #b9dbed40);
  border: 1px solid #4c809e;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #efffff7f;
  color: #254553;
  font-size: 11px;
  max-width: 180px;
  white-space: nowrap;
}
.task-button > span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.task-button.active {
  background: linear-gradient(#edffffb0, #ddf7ff70);
  box-shadow:
    inset 0 0 0 1px #fff,
    0 0 8px #c7edff6b;
}
.task-button .icon {
  transform: scale(0.55);
  margin: -10px;
  width: 45px;
}
.tray {
  margin-left: auto;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  text-shadow: 0 1px 2px #385c6e;
}
.tray-arrow {
  font-size: 15px;
}
.visitor-counter {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-size: 10px;
  white-space: nowrap;
}
.visitor-counter strong {
  font-size: 11px;
  font-weight: 600;
}
.network {
  font-size: 10px;
  letter-spacing: 1px;
}
.tray > button:not(.date-button) {
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0;
  font-size: 17px;
}
.language {
  font-size: 10px;
}
.date-button {
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 11px;
  line-height: 1.55;
  color: #fff;
  text-shadow: 0 1px 2px #385c6e;
  padding: 3px 1px;
}
.tray #show-desktop {
  height: 100%;
  width: 13px;
  background: linear-gradient(90deg, #d0efff44, #f1ffff70);
  border: 1px solid #477a9c;
  margin-left: -8px;
}
.start-menu {
  position: absolute;
  bottom: 49px;
  left: 7px;
  width: 420px;
  height: 430px;
  z-index: 95;
  display: flex;
  padding: 7px;
  gap: 6px;
  background: linear-gradient(135deg, #b5e0eed9, #317296e8);
  border: 1px solid #d5f5ff;
  border-radius: 7px 7px 0 0;
  box-shadow:
    0 0 0 1px #52798c,
    0 -5px 30px #14384850;
  backdrop-filter: blur(20px);
}
.start-main {
  width: 265px;
  background: #f8fcfc;
  border: 1px solid #708f9c;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 8px;
}
.start-greeting {
  font-size: 11px;
  padding: 10px 7px 16px;
  color: #7b8f93;
}
.start-greeting span {
  color: #a5b584;
}
.start-main > button {
  display: flex;
  text-align: left;
  align-items: center;
  gap: 13px;
  background: none;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 10px 6px;
  font-size: 23px;
}
.start-main > button:hover {
  background: linear-gradient(#edf9fe, #d3eafa);
  border-color: #a5c8dc;
}
.start-main button span {
  font-size: 12px;
}
.start-main small {
  display: block;
  color: #8a9a9c;
  font-size: 9px;
  margin-top: 5px;
}
.start-search {
  display: flex;
  margin-top: auto;
  border: 1px solid #a6bcc5;
  background: #fff;
  padding: 6px;
}
.start-search input {
  width: 100%;
  border: 0;
  outline: none;
  font-size: 10px;
}
.start-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 12px 4px;
  color: white;
  font-size: 12px;
}
.mini-avatar {
  align-self: center;
  width: 55px;
  height: 55px;
  background: linear-gradient(145deg, #acd6be, #4a979e);
  border: 3px solid #e9faf1;
  border-radius: 5px;
  display: grid;
  place-items: center;
  font: 36px Georgia;
  box-shadow: 0 1px 6px #295777;
}
.start-side strong {
  text-align: center;
  margin: 13px 0 20px;
  font-weight: 500;
}
.start-side button {
  text-align: left;
  color: white;
  background: none;
  border: 1px solid transparent;
  padding: 11px 6px;
  font-size: 11px;
  border-radius: 3px;
}
.start-side button:hover {
  border-color: #fff6;
  background: #fff2;
}
.start-side hr {
  width: 100%;
  border: 0;
  border-top: 1px solid #c5e8ec50;
}
.start-side .logout {
  margin-top: auto;
  border: 1px solid #3b6882;
  background: linear-gradient(#c0dcea70, #6994b670);
  box-shadow: inset 0 0 0 1px #cce6fa50;
  padding: 7px;
}
.start-side .logout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.logout-label {
  white-space: nowrap;
}
.logout-arrow {
  flex-shrink: 0;
}
.enter-label-text {
  white-space: nowrap;
}
.calendar {
  position: absolute;
  right: 14px;
  bottom: 55px;
  z-index: 95;
  width: 290px;
  background: #f3faf9ee;
  border: 6px solid #a6cbd5dd;
  border-radius: 6px;
  box-shadow: 0 3px 15px #173c5260;
  padding: 20px;
}
.calendar h3 {
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 16px;
}
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  text-align: center;
  font-size: 11px;
}
.calendar-grid span {
  padding: 5px 0;
}
.calendar-grid .today {
  background: #72b8cb;
  color: white;
  border-radius: 3px;
}
.calendar-grid .day-label {
  color: #91a1a7;
  font-size: 9px;
}
.context-menu {
  position: absolute;
  z-index: 96;
  background: #f3f8f6f5;
  border: 1px solid #9daeb4;
  box-shadow: 2px 3px 8px #23495845;
  padding: 4px;
  min-width: 230px;
}
.context-menu button {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  font-size: 11px;
  padding: 9px;
}
.context-menu button:hover {
  background: #d6eaf1;
}
.toast {
  position: fixed;
  z-index: 200;
  bottom: 68px;
  left: 50%;
  transform: translateX(-50%);
  background: #f3fbf6ed;
  box-shadow: 0 5px 25px #22495930;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 15px 23px;
  font-size: 12px;
  max-width: calc(100vw - 30px);
  text-align: center;
}
.window {
  position: absolute;
  left: 155px;
  top: 62px;
  width: min(1440px, calc(100vw - 210px));
  height: min(975px, calc(100vh - 120px));
  min-width: 340px;
  min-height: 250px;
  padding: 0 7px 7px;
  background: linear-gradient(115deg, #d8f4fbaf, #9ac6d7a8 45%, #d8eff7b8);
  border: 1px solid #eefcff;
  border-radius: 8px;
  box-shadow:
    0 0 0 1px #42728c99,
    0 14px 40px #26474e45,
    inset 0 0 0 1px #ffffff50;
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  animation: none;
}
.window.maximized {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: calc(100% - 48px) !important;
  border-radius: 0;
}
.window-titlebar {
  height: 34px;
  display: flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  cursor: move;
  user-select: none;
  padding-left: 4px;
  color: #23404b;
  text-shadow: 0 1px #fff9;
  font-size: 11px;
}
.title-symbol {
  font-size: 16px;
}
.window-controls {
  margin-left: auto;
  align-self: flex-start;
  display: flex;
  cursor: default;
}
.window-controls button {
  height: 21px;
  width: 28px;
  border: 1px solid #60859a;
  border-top: 0;
  background: linear-gradient(#e9faff90, #94baca90);
  box-shadow: inset 0 0 0 1px #efffff70;
  font-family: Arial;
  font-size: 14px;
  line-height: 14px;
  display: grid;
  place-items: center;
  text-shadow: 0 1px white;
  color: #233f50;
}
.window-controls button:first-child {
  border-radius: 0 0 0 4px;
}
.window-controls button:last-child {
  width: 46px;
  background: linear-gradient(#e5b3a6, #bd5749);
  color: white;
  border-color: #805348;
  border-radius: 0 0 4px 0;
  text-shadow: 0 1px #7c3930;
}
.window-controls button:hover {
  filter: brightness(1.2);
  box-shadow: 0 0 9px #d6f6ff;
}
.window-body {
  border: 1px solid #7391a1;
  background: #f8faf8;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.explorer-toolbar {
  height: 42px;
  background: linear-gradient(#f8fbfc, #eaf0f1);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border-bottom: 1px solid #cbd6d9;
  flex-shrink: 0;
}
.back-button {
  border: 1px solid #93b8cb;
  background: linear-gradient(#e9faff, #89c4e0);
  color: #356c87;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 20px;
}
.address-bar {
  display: flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  border: 1px solid #b9cbd2;
  padding: 5px 8px;
  flex: 1;
  font-size: 10px;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
}
.address-bar span {
  color: #889ba0;
}
.explorer-search {
  width: 156px;
  background: #fff;
  border: 1px solid #b9cbd2;
  padding: 5px 8px;
  font-size: 10px;
  outline: none;
}
.explorer-layout {
  display: flex;
  flex: 1;
  min-height: 0;
}
.explorer-sidebar {
  width: 151px;
  flex-shrink: 0;
  border-right: 1px solid #dce3e2;
  padding: 20px 0;
  background: linear-gradient(90deg, #f3f7f7, #f9faf8);
  font-size: 10px;
}
.sidebar-label {
  padding: 0 15px 9px;
  display: block;
  color: #829698;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.explorer-sidebar button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 0;
  text-align: left;
  padding: 9px 15px;
  width: 100%;
  font-size: 10px;
}
.explorer-sidebar button.selected {
  background: linear-gradient(#e6f0f0, #d9e8eb);
  border-top: 1px solid #c6dade;
  border-bottom: 1px solid #c6dade;
}
.explorer-sidebar button:hover {
  background: #e6eff0;
}
.sidebar-divider {
  height: 1px;
  background: #e0e7e7;
  margin: 19px 15px;
}
.sidebar-foot {
  padding: 0 15px;
  color: #8f9d9b;
  font-size: 9px;
  line-height: 1.8;
  -webkit-user-select: none;
  user-select: none;
}
.window-content {
  padding: 26px 29px;
  overflow: auto;
  flex: 1;
  min-width: 0;
  scrollbar-width: thin;
  scrollbar-color: #b2cacc #eef4f2;
}
.content-eyebrow {
  font-size: 8px;
  letter-spacing: 2px;
  color: #829792;
  margin: 0 0 12px;
}
.content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.content-header h2,
.window-content > h2 {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1.2px;
  line-height: 1.2;
  margin: 0;
  color: #294740;
}
.content-header > span {
  border: 1px solid #d7e2da;
  border-radius: 20px;
  padding: 5px 8px;
  color: #7d9184;
  font-size: 8px;
  white-space: nowrap;
}
.content-description {
  font-size: 11px;
  color: #8c9892;
  line-height: 1.8;
  margin: 12px 0 22px;
  max-width: 390px;
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 17px;
}
.project-card {
  text-align: left;
  background: none;
  border: 0;
  padding: 0;
  min-width: 0;
}
.project-image {
  height: 147px;
  overflow: hidden;
  position: relative;
  background: #dae4da;
}
.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.5s,
    filter 0.5s;
  filter: saturate(0.65);
}
.project-card:hover img {
  transform: scale(1.06);
  filter: saturate(0.9);
}
.project-arrow {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #ffffffc9;
  display: grid;
  place-items: center;
  font-size: 13px;
  transition: transform 0.2s;
}
.project-card:hover .project-arrow {
  transform: scale(1.12);
}
.project-card h3 {
  font-size: 12px;
  font-weight: 500;
  margin: 11px 0 5px;
  color: #354e46;
}
.project-card-tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 8px;
  color: #91a096;
  gap: 4px 8px;
}
.window-status {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 13px;
  border-top: 1px solid #dbe5e4;
  background: #f0f5f3;
  font-size: 9px;
  color: #83968d;
  flex-shrink: 0;
  -webkit-user-select: none;
  user-select: none;
}
.about-hero {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 24px;
  align-items: center;
  margin: 20px 0;
}
.about-art {
  height: 235px;
  position: relative;
  overflow: hidden;
  background: #e3e9dc;
}
.about-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.55);
}
.about-hero h3 {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  color: #597260;
  margin: 0 0 14px;
}
.body-copy {
  font-size: 11px;
  line-height: 1.9;
  color: #7d8d85;
}
.skill-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 20px 0;
}
.skill-chips span {
  border: 1px solid #d5e2d9;
  padding: 7px 10px;
  border-radius: 3px;
  font-size: 9px;
  color: #768c7e;
}
.section-caption {
  font-size: 9px;
  letter-spacing: 1.4px;
  color: #8da092;
  margin-top: 26px;
}
.contact-card {
  margin-top: 23px;
  padding: 23px;
  background: #eaf0e8;
  border: 1px solid #d7e2d3;
  border-radius: 3px;
}
.contact-card h3 {
  font-size: 20px;
  font-family: Georgia, serif;
  font-weight: 400;
  margin: 0 0 12px;
}
.aero-button {
  border: 1px solid #a5bdbb;
  background: linear-gradient(#fff, #e3eeeb);
  box-shadow: inset 0 0 0 1px white;
  border-radius: 3px;
  padding: 8px 14px;
  font-size: 11px;
  text-decoration: none;
  color: #41655b;
  display: inline-block;
}
.aero-button:hover {
  background: linear-gradient(#f9ffff, #cde8e9);
  border-color: #78aeb5;
}
.resume-section {
  padding: 18px 0;
  border-bottom: 1px solid #e0e8e1;
}
.resume-section h3 {
  font-weight: 500;
  font-size: 13px;
  margin: 0 0 10px;
}
.resume-section p {
  font-size: 11px;
  line-height: 1.8;
  color: #7e8f83;
}
.project-detail-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
  filter: saturate(0.65);
  margin: 20px 0 10px;
}
.detail-back {
  background: none;
  border: 0;
  padding: 0;
  font-size: 10px;
  color: #84998b;
  margin-bottom: 20px;
}
.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 290px;
  text-align: center;
}
.empty-state > span {
  font-size: 55px;
  opacity: 0.35;
}
.empty-state h2 {
  font-weight: 400;
  font-size: 22px;
}
.empty-state p {
  font-size: 11px;
  color: #8b9c92;
}
.inspiration-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.inspiration-grid img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  filter: saturate(0.6);
  border: 5px solid white;
  box-shadow: 0 2px 6px #385d5020;
}
.inspiration-grid img:nth-child(even) {
  transform: rotate(2deg);
}
.section-note {
  font-size: 9px;
  color: #a0a99d;
  line-height: 1.7;
  margin-top: 22px;
}
.project-detail-tags {
  margin: 14px 0 20px;
}
.project-rich-content {
  color: #667b70;
  font-size: 11px;
  line-height: 1.85;
}
.project-rich-content :is(h2, h3, h4, h5, h6) {
  color: #354e46;
  font-weight: 500;
  line-height: 1.35;
  margin: 24px 0 10px;
}
.project-rich-content :is(p, ul, ol, blockquote, figure, table) {
  margin: 0 0 16px;
}
.project-rich-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 18px auto;
}
.project-rich-content figcaption {
  margin-top: -10px;
  color: #8a9b92;
  font-size: 9px;
  text-align: center;
}
.project-rich-content table {
  width: 100%;
  border-collapse: collapse;
}
.project-rich-content :is(th, td) {
  padding: 8px;
  border: 1px solid #dbe5df;
  text-align: left;
}
.no-results {
  grid-column: 1/-1;
  font-size: 12px;
  color: #819387;
  padding: 30px 0;
}
.entering {
  animation: leave 0.5s forwards;
}
@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes leave {
  to {
    opacity: 0;
    transform: scale(1.03);
  }
}
@keyframes window-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 1500px) {
  .window {
    left: 185px;
    top: 62px;
    width: min(1620px, calc(100vw - 210px));
    height: min(1050px, calc(100vh - 120px));
  }
  .project-image {
    height: 184px;
  }
  .window-content {
    padding: 32px 35px;
  }
  .gadgets {
    right: 65px;
    top: 110px;
  }
  .desktop-icons {
    left: 34px;
    gap: 23px;
  }
  .desktop-heading {
    left: 48px;
  }
}
@media (max-height: 760px) {
  .desktop-icons {
    top: 75px;
    gap: 3px;
  }
  .desktop-icon {
    min-height: 76px;
    padding-top: 5px;
  }
  .window {
    top: 74px;
    height: calc(100vh - 143px);
  }
  .gadgets {
    top: 77px;
    gap: 19px;
  }
  .sticky-note {
    width: 200px;
    height: 200px;
  }
  .sticky-note h3 {
    font-size: 20px;
  }
  .login-center {
    padding-top: 60px;
    padding-bottom: 65px;
  }
  .login-intro {
    margin-bottom: 15px;
  }
  .user-login {
    padding-top: 12px;
  }
  .avatar {
    width: 96px;
    height: 96px;
  }
  .login-center h1 {
    font-size: 34px;
  }
  .project-image {
    height: 125px;
  }
}
@media (max-width: 1100px) {
  .window {
    left: 133px;
    width: calc(100vw - 360px);
  }
  .explorer-sidebar {
    width: 115px;
  }
  .explorer-sidebar button {
    padding-left: 10px;
    font-size: 9px;
  }
  .window-content {
    padding: 22px 20px;
  }
  .explorer-search {
    width: 115px;
  }
  .content-header h2 {
    font-size: 25px;
  }
  .project-image {
    height: 125px;
  }
  .gadgets {
    right: 23px;
  }
  .content-header > span {
    display: none;
  }
  .project-meta {
    font-size: 7px;
  }
  .about-hero {
    grid-template-columns: 1fr;
  }
  .about-art {
    height: 160px;
  }
}
@media (max-width: 800px) {
  .window {
    left: 122px;
    top: 86px;
    width: calc(100vw - 143px);
    height: calc(100vh - 155px);
  }
  .gadgets {
    display: none;
  }
  .desktop-heading > span:last-child,
  .desktop-heading-line {
    display: none;
  }
  .explorer-sidebar {
    width: 120px;
  }
  .window-content {
    padding: 24px;
  }
  .desktop-watermark {
    left: 22%;
    top: 32%;
  }
  .desktop-watermark > span {
    font-size: 45px;
  }
  .desktop-watermark strong {
    font-size: 70px;
  }
  .tray {
    gap: 12px;
  }
  .project-image {
    height: 145px;
  }
}
@media (max-width: 540px) {
  .login-top {
    left: 23px;
    top: 24px;
    font-size: 8px;
    letter-spacing: 1.2px;
  }
  .login-center h1 {
    font-size: 27px;
    letter-spacing: -1px;
  }
  .login-intro {
    font-size: 12px;
  }
  .login-center {
    padding-bottom: 80px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 3px;
  }
  .desktop-heading {
    left: 20px;
    top: 17px;
    font-size: 8px;
    gap: 12px;
  }
  .desktop-icons {
    left: 10px;
    width: 88px;
    top: 77px;
    gap: 9px;
  }
  .desktop-icon {
    font-size: 10px;
    min-height: 75px;
  }
  .desktop-watermark {
    left: 28%;
    top: 32%;
    letter-spacing: -1.6px;
  }
  .desktop-watermark > span {
    font-size: 27px;
  }
  .desktop-watermark strong {
    font-size: 43px;
  }
  .desktop-watermark p {
    font-size: 9px;
    max-width: 180px;
    line-height: 1.8;
    letter-spacing: 0;
  }
  .window {
    left: 7px;
    top: 65px;
    width: calc(100vw - 14px);
    height: calc(100dvh - 124px);
    min-width: 0;
    padding: 0 5px 5px;
  }
  .explorer-sidebar {
    display: none;
  }
  .window-content {
    padding: 22px 17px;
  }
  .explorer-search {
    width: 105px;
  }
  .address-bar {
    font-size: 9px;
    padding-left: 5px;
    gap: 4px;
  }
  .explorer-toolbar {
    padding: 7px;
    gap: 5px;
  }
  .project-grid {
    gap: 19px 12px;
  }
  .project-image {
    height: 140px;
  }
  .project-card h3 {
    font-size: 11px;
  }
  .content-header h2 {
    font-size: 27px;
  }
  .content-description {
    font-size: 10px;
  }
  .task-button {
    padding: 0 7px;
    width: 45px;
    justify-content: center;
  }
  .task-button > span:last-child {
    display: none;
  }
  .taskbar {
    gap: 5px;
  }
  .taskbar-divider {
    margin-right: 2px;
  }
  .tray {
    gap: 11px;
  }
  .tray-arrow,
  .network,
  .language {
    display: none;
  }
  .visitor-counter > span {
    display: none;
  }
  .start-button {
    margin-left: 8px;
    width: 41px;
    height: 41px;
  }
  .start-menu {
    left: 3px;
    width: min(420px, calc(100vw - 6px));
    height: 425px;
  }
  .start-main {
    width: 65%;
  }
  .start-side {
    font-size: 11px;
  }
  .start-side button {
    font-size: 10px;
  }
  .window-titlebar {
    font-size: 10px;
  }
  .window-status {
    font-size: 8px;
  }
  .about-hero {
    grid-template-columns: 0.9fr 1fr;
    gap: 16px;
  }
  .about-hero h3 {
    font-size: 21px;
  }
  .about-art {
    height: 215px;
  }
  .inspiration-grid img {
    height: 160px;
  }
  .project-detail-image {
    height: 210px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

/* Explorer navigation and independent window sizing. */
.window {
  container-type: inline-size;
  min-width: min(340px, calc(100vw - 14px));
  min-height: min(250px, calc(100dvh - 48px));
}
.window-caption {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.window-controls {
  flex-shrink: 0;
}
.window-titlebar {
  touch-action: none;
}
.window .address-bar {
  gap: 4px;
  padding: 2px 5px;
  min-height: 26px;
  overflow-x: auto;
  scrollbar-width: none;
}
.path-crumb {
  border: 1px solid transparent;
  background: transparent;
  padding: 3px 5px;
  font-size: 10px;
  color: #3b6271;
  white-space: nowrap;
  flex-shrink: 0;
  max-width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.path-crumb:hover:not(:disabled) {
  border-color: #a9cadb;
  background: linear-gradient(#eefaff, #dbeef6);
  border-radius: 2px;
}
.path-crumb:disabled {
  color: #657d84;
  cursor: default;
}
.back-button {
  flex-shrink: 0;
}
.back-button:disabled {
  opacity: 0.4;
  cursor: default;
}
.explorer-sidebar {
  overflow-y: auto;
}
.window-resize {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 21px;
  height: 21px;
  border: 0;
  background: transparent;
  cursor: nwse-resize;
  touch-action: none;
  z-index: 2;
}
.window-resize:after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 12px;
  height: 12px;
  background: repeating-linear-gradient(
    135deg,
    transparent 0 3px,
    #648e9ba6 3px 4px,
    transparent 4px 6px
  );
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.window.maximized .window-resize {
  display: none;
}
.window.resizing {
  user-select: none;
  animation: none;
}
.window-status {
  padding-right: 23px;
}
.explorer-home {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin-top: 25px;
}
.explorer-folder {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
  padding: 14px 10px;
  min-height: 76px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 4px;
  font-size: 12px;
}
.explorer-folder:hover {
  border-color: #c5dbdf;
  background: #e8f2f2;
}
.explorer-folder .icon {
  transform: scale(0.85);
}
@container (max-width:540px) {
  .explorer-layout {
    flex-direction: column;
  }
  .explorer-sidebar {
    display: flex;
    width: 100%;
    flex: 0 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px;
    border-right: 0;
    border-bottom: 1px solid #dce3e2;
    gap: 3px;
  }
  .explorer-sidebar .sidebar-label,
  .explorer-sidebar .sidebar-divider,
  .explorer-sidebar .sidebar-foot {
    display: none;
  }
  .explorer-sidebar button {
    width: auto;
    flex-shrink: 0;
    padding: 7px 9px;
    white-space: nowrap;
  }
  .window-content {
    padding: 20px 16px;
  }
  .project-grid {
    gap: 18px 12px;
  }
  .project-image {
    height: 140px;
  }
  .window .explorer-search {
    width: 105px;
    flex-shrink: 0;
  }
  .window .path-crumb {
    max-width: 155px;
  }
}
@media (max-width: 540px) {
  .window {
    left: 7px;
  }
  .window.maximized {
    left: 0 !important;
  }
}

.window.window-opening {
  animation: window-in 0.25s ease;
}
.window.moving,
.window.resizing {
  user-select: none;
}
.window-titlebar {
  touch-action: none;
}
.window .resize-handle {
  position: absolute;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  touch-action: none;
  z-index: 5;
  min-width: 0;
  min-height: 0;
}
.window .resize-n,
.window .resize-s {
  left: 14px;
  right: 14px;
  height: 7px;
  width: auto;
  cursor: ns-resize;
}
.window .resize-n {
  top: 0;
  bottom: auto;
}
.window .resize-s {
  bottom: 0;
  top: auto;
}
.window .resize-e,
.window .resize-w {
  top: 14px;
  bottom: 14px;
  width: 7px;
  height: auto;
  cursor: ew-resize;
}
.window .resize-e {
  right: 0;
  left: auto;
}
.window .resize-w {
  left: 0;
  right: auto;
}
.window .resize-ne,
.window .resize-nw,
.window .resize-se,
.window .resize-sw {
  width: 14px;
  height: 14px;
  z-index: 6;
}
.window .resize-ne {
  top: 0;
  right: 0;
  bottom: auto;
  cursor: nesw-resize;
}
.window .resize-nw {
  top: 0;
  left: 0;
  bottom: auto;
  cursor: nwse-resize;
}
.window .resize-se {
  bottom: 0;
  right: 0;
  width: 19px;
  height: 19px;
  cursor: nwse-resize;
}
.window .resize-sw {
  bottom: 0;
  left: 0;
  right: auto;
  cursor: nesw-resize;
}
.window.maximized .resize-handle {
  display: none;
}
.project-card-wrap {
  min-width: 0;
}
.project-card-wrap .project-card {
  display: block;
  width: 100%;
}
.project-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0 4px;
}
.project-downloads .aero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 7px 9px;
  font-size: 10px;
}
.project-downloads .ui-icon {
  width: 19px;
  height: 19px;
}
.social-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(145px, 100%), 1fr));
  gap: 10px;
  margin-top: 20px;
}
.social-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 100px;
  padding: 14px 10px;
  border: 1px solid #9fbccb;
  border-radius: 7px;
  background: linear-gradient(#fff, #eaf5fc 48%, #d7e9f2 49%, #effaff);
  box-shadow:
    inset 0 0 0 1px #fff,
    0 2px 4px #46677815;
  color: #35566b;
  text-decoration: none;
  font-size: 12px;
  transition:
    transform 0.15s,
    box-shadow 0.15s;
}
.social-link:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 0 0 1px #fff,
    0 3px 10px #72bddd55;
}
.social-link .ui-icon {
  width: 42px;
  height: 42px;
  filter: none;
}
.social-vk .ui-icon,
.social-discord .ui-icon {
  width: 125px;
  max-width: 100%;
  height: 42px;
}

/* Content images retain their intrinsic proportions as the window changes size. */
.window .project-image,
.window .about-art {
  height: auto;
}
.window .project-image > img,
.window .about-art > img,
.window .inspiration-grid > img,
.window .project-detail-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.window .inspiration-grid {
  align-items: start;
}

/* Contacts are presented as a simple Explorer-style list. */
.contact-list {
  margin-top: 18px;
  border-top: 1px solid #d7e3e7;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 72px;
  padding: 12px 5px;
  border-bottom: 1px solid #d7e3e7;
}
.contact-item > .ui-icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: none;
}
.contact-item.social-vk > .ui-icon,
.contact-item.social-discord > .ui-icon {
  width: 92px;
  height: 36px;
}
.contact-data {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  flex: 1;
}
.contact-data strong {
  font-size: 12px;
  font-weight: 600;
  color: #35566b;
}
.contact-data span {
  font-size: 11px;
  color: #73878d;
  overflow-wrap: anywhere;
  user-select: text;
}
.contact-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.contact-action {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 9px;
  border: 1px solid #a5bdbb;
  border-radius: 3px;
  background: linear-gradient(#fff, #e3eeeb);
  color: #41655b;
  text-decoration: none;
  font-size: 10px;
}
.contact-action:hover {
  background: linear-gradient(#f9ffff, #cde8e9);
  border-color: #78aeb5;
}
.contact-action > .ui-icon {
  width: 12px;
  height: 12px;
}
@container (max-width:480px) {
  .contact-item {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .contact-actions {
    width: 100%;
    padding-left: 57px;
  }
  .contact-item.social-vk .contact-actions,
  .contact-item.social-discord .contact-actions {
    padding-left: 107px;
  }
}
