body {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  background: #f0f0f0;
  color: #222;
  margin: 0;
  padding: 0;
}
.icq-bar {
  background: #b6e354;
  height: 18px;
}
.icq-header {
  background: #b6e354;
  border-bottom: 2px solid #7fc242;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  height: 60px;
  position: relative;
}
.icq-logo {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
  letter-spacing: 2px;
  text-transform: lowercase;
  display: flex;
  align-items: center;
  width: 200px;
}
.icq-logo img {
  max-height: 44px;
  max-width: 120px;
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-right: 8px;
}
.icq-logo span {
  color: #f9b233;
  margin-left: 2px;
}
.icq-menu {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex: 1;
  margin: 0 auto;
}
.icq-menu a {
  color: #222;
  text-decoration: none;
  font-weight: bold;
  background: #d6f7a3;
  padding: 6px 16px;
  border-radius: 4px;
  border: 1.5px solid #7fc242;
  transition: background 0.2s;
  font-size: 1rem;
  box-shadow: 0 1px 0 #b6e354;
}
.icq-menu a:hover {
  background: #fffbe6;
}
.icq-main {
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 0 0 0;
  gap: 18px;
}
.icq-sidebar-left, .icq-sidebar-right {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #f0f0f0;
}
.icq-center {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #f0f0f0;
}
.icq-box {
  background: #f3ffd7;
  border: 2px solid #e0e0a3;
  border-radius: 10px;
  padding: 14px 18px 10px 18px;
  margin-bottom: 0;
  box-shadow: 0 1px 0 #e0e0a3;
}
.icq-box-title {
  font-weight: bold;
  color: #f9b233;
  font-size: 1.1rem;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.icq-icon {
  max-width: 22px;
  max-height: 22px;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 6px;
}
.icq-banner {
  display: flex;
  align-items: center;
  background: #fffbe6;
  border: 2px solid #ffe066;
  border-radius: 10px;
  padding: 18px 24px;
  gap: 24px;
  justify-content: flex-start;
}
.icq-banner-img {
  max-width: 400px;
  max-height: 220px;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin-right: 32px;
}
.icq-banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.icq-free {
  color: #ffb800;
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 8px;
}
.icq-abs5 {
  color: #f9b233;
  font-size: 2.2rem;
  font-weight: bold;
}
.icq-download {
  background: #7fc242;
  color: #fff;
  border: none;
  padding: 10px 28px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 0 #5fa12e;
  transition: background 0.2s;
  margin-top: 10px;
}
.icq-download:hover {
  background: #5fa12e;
}
.icq-cards-row {
  display: flex;
  gap: 18px;
  justify-content: space-between;
}
.icq-card {
  background: #f3ffd7;
  border: 2px solid #e0e0a3;
  border-radius: 10px;
  padding: 10px 10px 6px 10px;
  flex: 1 1 0;
  text-align: center;
  min-width: 120px;
  box-shadow: 0 1px 0 #e0e0a3;
}
.icq-card-title {
  color: #f9b233;
  font-weight: bold;
  margin: 6px 0 2px 0;
}
.icq-card-img img {
  max-width: 80px;
  max-height: 50px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.icq-card a {
  color: #f9b233;
  font-size: 0.95rem;
  text-decoration: underline;
}
.icq-banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18px;
}
.icq-market-data {
  display: flex;
  gap: 4px;
  justify-content: center;
  margin-top: 4px;
  margin-bottom: 8px;
}
.icq-market-item {
  background: #fff;
  border: 2px solid #ffe066;
  border-radius: 10px;
  padding: 10px 18px 18px 18px;
  min-width: 110px;
  text-align: center;
  flex: 1 1 0;
  box-shadow: 0 1px 0 #ffe066;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icq-market-item .label {
  color: #f9b233;
  font-size: 1rem;
  margin-bottom: 2px;
}
.icq-market-item .value {
  font-size: 1.3rem;
  font-weight: bold;
  color: #7fc242;
  margin-top: 2px;
}
.icq-promises-row {
  display: flex;
  gap: 4px;
  justify-content: center;
  margin-top: 4px;
}
.icq-promise {
  background: #fff;
  border: 2px solid #ffe066;
  border-radius: 10px;
  padding: 10px 18px;
  min-width: 110px;
  text-align: center;
  flex: 1 1 0;
  box-shadow: 0 1px 0 #ffe066;
}
.icq-promise .big {
  font-size: 2rem;
  color: #f9b233;
  font-weight: bold;
}
.icq-help {
  background: #eaffd0;
  border: 2px solid #b6e354;
  border-radius: 10px;
  padding: 12px 18px;
  margin-top: 4px;
  box-shadow: 0 1px 0 #b6e354;
}
.icq-help-title {
  color: #7fc242;
  font-weight: bold;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
.icq-arrow {
  color: #7fc242;
  font-weight: bold;
  margin-right: 4px;
}
.icq-help ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.icq-help ul li {
  margin-bottom: 4px;
  font-size: 0.98rem;
}
.icq-help a {
  color: #7fc242;
  font-size: 0.95rem;
  text-decoration: underline;
}
.icq-community-row {
  display: flex;
  gap: 4px;
  margin-top: 4px;
}
.icq-community-box {
  background: #d6f7a3;
  border: 2px solid #b6e354;
  border-radius: 10px;
  padding: 12px 18px;
  flex: 1 1 0;
  box-shadow: 0 1px 0 #b6e354;
}
.icq-community-title {
  color: #7fc242;
  font-weight: bold;
  margin-bottom: 6px;
}
.icq-community-box ul {
  list-style: disc inside;
  margin: 0 0 0 8px;
  padding: 0;
}
.icq-search form {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.icq-search input, .icq-search select {
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #b6e354;
  font-size: 1rem;
}
.icq-search button {
  background: #7fc242;
  color: #fff;
  border: none;
  padding: 6px 0;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 4px;
}
.icq-user-stories {
  text-align: center;
  background: #f3ffd7;
  border: 2px solid #e0e0a3;
  border-radius: 10px;
  padding: 12px 18px;
  box-shadow: 0 1px 0 #e0e0a3;
}
.icq-user-img img {
  max-width: 60px;
  max-height: 60px;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 50%;
  display: block;
  margin: 0 auto 8px auto;
}
.icq-footer {
  background: #b6e354;
  color: #222;
  text-align: center;
  padding: 18px 0 8px 0;
  font-size: 1rem;
  border-top: 2px solid #7fc242;
  margin-top: 32px;
}
.icq-footer-links {
  margin-bottom: 6px;
}
.icq-footer-links a {
  color: #222;
  text-decoration: underline;
  margin: 0 6px;
  font-size: 0.98rem;
}
.icq-bubbles-row {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 18px;
  margin-bottom: 18px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
.icq-bubble {
  background: #ffe6b0;
  border: 2.5px solid #ffb800;
  border-radius: 10px 10px 10px 10px;
  min-width: 220px;
  max-width: 260px;
  padding: 12px 18px 10px 18px;
  position: relative;
  box-shadow: 0 2px 0 #ffb800;
  font-size: 1rem;
  color: #222;
  margin-bottom: 0;
}
.icq-bubble-header {
  font-weight: bold;
  color: #ffb800;
  font-size: 1.1rem;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.icq-bubble:after {
  content: '';
  position: absolute;
  left: 30px;
  bottom: -16px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #ffe6b0;
  filter: drop-shadow(0 2px 0 #ffb800);
}
.icq-bubble-right:after {
  left: 40px;
}
.icq-bubble ul {
  list-style: disc inside;
  margin: 0 0 8px 0;
  padding: 0;
}
.icq-bubble ul li {
  margin-bottom: 2px;
  font-size: 0.98rem;
}
.icq-bubble a {
  color: #a85b00;
  font-size: 0.95rem;
  text-decoration: underline;
}
.icq-banner-bg {
  width: 600px;
  height: 320px;
  margin: 0 auto;
  background: #7fc242 url('img4.png') no-repeat center center;
  background-size: cover;
  border: 3px solid #ffb800;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 2px 0 #ffb800;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
}
.icq-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.icq-banner-title {
  position: absolute;
  top: 48px;
  left: 40px;
  text-align: left;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
}
.icq-banner-free {
  font-size: 2rem;
}
.icq-banner-download {
  font-size: 3.2rem;
}
.icq-banner-abscoin {
  font-size: 3.2rem;
}
.icq-banner-5 {
  font-size: 4.2rem;
}
.icq-banner-download-btn {
  position: absolute;
  right: 40px;
  bottom: 32px;
  z-index: 2;
  background: #4ad24a;
  color: #fff;
  border: 4px solid #fff;
  border-radius: 18px;
  width: 100px;
  height: 100px;
  box-shadow: 0 4px 16px #0003;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: transform 0.1s;
}
.icq-banner-download-btn:hover {
  transform: scale(1.07) rotate(-4deg);
  box-shadow: 0 8px 24px #0004;
}
.icq-banner-download-btn svg {
  width: 80px;
  height: 80px;
  display: block;
}
.icq-bubbles-row {
  margin-top: 18px;
}

/* Responsive */
@media (max-width: 1100px) {
  .icq-main {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 12px 0 0 0;
  }
  .icq-sidebar-left, .icq-sidebar-right {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 18px;
  }
  .icq-sidebar-left, .icq-sidebar-right {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .icq-center {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .icq-main {
    grid-template-columns: 1fr;
    padding: 6px 0 0 0;
  }
  .icq-cards-row, .icq-market-data, .icq-promises-row, .icq-community-row {
    flex-direction: column;
    gap: 10px;
  }
  .icq-banner {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .icq-banner-img {
    max-width: 100%;
    max-height: 140px;
    margin-right: 0;
  }
  .icq-banner {
    min-height: 0;
    align-items: flex-start;
  }
  .icq-bubbles-row {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .icq-bubble {
    min-width: 0;
    max-width: 100vw;
    width: 90vw;
  }
}
@media (max-width: 600px) {
  .icq-header {
    flex-direction: column;
    height: auto;
    padding: 8px 4px;
  }
  .icq-logo {
    font-size: 1.3rem;
  }
  .icq-menu {
    flex-wrap: wrap;
    gap: 4px;
    font-size: 0.95rem;
  }
  .icq-main {
    padding: 6px 0 0 0;
  }
  .icq-box, .icq-banner, .icq-card, .icq-market-item, .icq-promise, .icq-help, .icq-community-box {
    padding: 8px 4px;
    font-size: 0.97rem;
  }
  .icq-banner-img {
    max-width: 100%;
    max-height: 80px;
  }
  .icq-card-img img {
    max-width: 50px;
    max-height: 30px;
  }
  .icq-user-img img {
    max-width: 36px;
    max-height: 36px;
  }
}

.absless-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.3);
  align-items: center;
  justify-content: center;
}
.absless-modal-content {
  background: #c0c0c0;
  border: 2px outset #c0c0c0;
  min-width: 320px;
  max-width: 400px;
  position: relative;
}
.absless-modal-titlebar {
  background: #000080;
  color: #fff;
  border: 2px outset #c0c0c0;
  padding: 4px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 0.9rem;
}
.absless-modal-title {
  color: #fff;
}
.absless-modal-close {
  color: #000;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px outset #c0c0c0;
  background: #c0c0c0;
}
.absless-modal-close:hover {
  border: 1px inset #c0c0c0;
}
.absless-modal-text {
  text-align: center;
  padding: 20px;
}
.absless-modal-text h2 {
  color: #000;
  font-size: 1.4rem;
  margin: 0 0 8px 0;
  font-weight: bold;
}
.absless-modal-text p {
  color: #000;
  font-size: 1.2rem;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.absless-modal-text ul {
  text-align: left;
  margin: 10px 0;
  padding-left: 20px;
}
.absless-modal-text li {
  color: #000;
  font-size: 1rem;
  margin: 5px 0;
  font-weight: normal;
}
.absless-modal-buttons {
  padding: 10px 20px 20px 20px;
  text-align: center;
}
.absless-btn {
  background: #c0c0c0;
  border: 2px outset #c0c0c0;
  padding: 6px 24px;
  font-weight: bold;
  cursor: pointer;
  font-size: 0.9rem;
  color: #000;
}
.absless-btn:hover {
  border: 2px inset #c0c0c0;
}
.absless-btn:active {
  border: 2px inset #c0c0c0;
}

.win98-modal {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.3);
  align-items: center;
  justify-content: center;
}
.win98-modal-titlebar {
  background: #000080;
  color: #fff;
  border: 2px outset #c0c0c0;
  padding: 4px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 0.9rem;
}
.win98-modal-title {
  color: #fff;
}
.win98-modal-close {
  color: #000;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px outset #c0c0c0;
  background: #c0c0c0;
}
.win98-modal-close:hover {
  border: 1px inset #c0c0c0;
}
.win98-modal-content {
  background: #c0c0c0;
  border: 2px outset #c0c0c0;
  min-width: 320px;
  max-width: 400px;
}
.win98-modal-icon {
  font-size: 3rem;
  text-align: center;
  margin: 20px 0 10px 0;
  color: #ffb800;
}
.win98-modal-text {
  text-align: center;
  padding: 0 20px 20px 20px;
}
.win98-modal-text h3 {
  color: #000;
  font-size: 1.4rem;
  margin: 0 0 8px 0;
  font-weight: bold;
}
.win98-modal-text p {
  color: #000;
  font-size: 1.2rem;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.win98-modal-text ul {
  text-align: left;
  margin: 10px 0;
  padding-left: 20px;
}
.win98-modal-text li {
  color: #000;
  font-size: 1rem;
  margin: 5px 0;
  font-weight: normal;
}
.win98-modal-image {
  text-align: center;
  margin: 15px 0;
}
.win98-modal-image img {
  padding: 5px;
}
.download-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 15px 0;
}
.download-item {
  text-align: center;
  cursor: pointer;
  padding: 8px;
  border: 2px outset #c0c0c0;
  background: #c0c0c0;
  transition: border 0.1s;
}
.download-item:hover {
  border: 2px inset #c0c0c0;
}
.download-item span {
  display: block;
  font-size: 0.8rem;
  margin-top: 5px;
  color: #000;
  font-weight: bold;
}
.win98-modal-buttons {
  padding: 10px 20px 20px 20px;
  text-align: center;
}
.win98-btn {
  background: #c0c0c0;
  border: 2px outset #c0c0c0;
  padding: 6px 24px;
  font-weight: bold;
  cursor: pointer;
  font-size: 0.9rem;
  color: #000;
}
.win98-btn:hover {
  border: 2px inset #c0c0c0;
}
.win98-btn:active {
  border: 2px inset #c0c0c0;
}
.icq-logo-placeholder {
  width: 200px;
}
