/* Asset Log keeps the verified app palette inside the shared workshop system. */
.asset-log-card-art,
.catalog-page .asset-log-tool-picture {
  position: relative;
  background-color: #dce7df;
  background-image:
    linear-gradient(#3c776c12 1px, transparent 1px),
    linear-gradient(90deg, #3c776c12 1px, transparent 1px);
  background-size: 20px 20px;
}
.asset-log-card-art::before,
.catalog-page .asset-log-tool-picture::before {
  content: "";
  width: 74%;
  height: 58%;
  position: absolute;
  right: -8%;
  bottom: -7%;
  border: 1px solid #98b1a6;
  border-radius: 12px;
  background: #f9f7ee;
  box-shadow: 6px 7px 0 #bfcec4;
  transform: rotate(-6deg);
}
.home-page .asset-log-card-art img,
.catalog-page .asset-log-tool-picture img {
  width: 58%;
  position: relative;
  z-index: 1;
  border-radius: 22%;
  box-shadow: 7px 9px 0 #aac0b5;
  transform: rotate(3deg);
}
.home-page .tool-card:hover .asset-log-card-art img,
.catalog-page .tool-card:hover .asset-log-tool-picture img {
  transform: rotate(1deg) translateY(-3px) scale(1.03);
}
.asset-log-page .product-identity {
  flex-wrap: wrap;
}
.asset-log-page .detail-hero > *,
.asset-log-page .page-heading,
.asset-log-page .product-showcase {
  min-width: 0;
}
.asset-log-page .page-heading .lead {
  overflow-wrap: anywhere;
}
.asset-log-page .product-identity strong,
.catalog-page .asset-log-tool-card .tool-body h2 {
  font-family: inherit;
  font-weight: 650;
  letter-spacing: -0.045em;
}
.launch-badge {
  background: #f1dfcc !important;
  color: #805239 !important;
}
.product-showcase.asset-log-showcase {
  border-color: #b9cabe;
  background-color: #dce7df;
  background-image:
    linear-gradient(#3c776c10 1px, transparent 1px),
    linear-gradient(90deg, #3c776c10 1px, transparent 1px);
}
.asset-log-preview {
  width: min(78%, 380px);
  padding: 20px;
  border: 1px solid #9fb5aa;
  border-radius: 22px;
  background: #f7f8f3;
  box-shadow: 10px 12px 0 #b7c8be;
  transform: rotate(-2deg);
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.asset-log-showcase:hover .asset-log-preview {
  transform: rotate(-1deg) translateY(-4px);
}
.asset-log-preview-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #174a3e;
  font-size: 16px;
  font-weight: 700;
}
.asset-log-preview-head img {
  width: 34px;
  height: 34px;
  border-radius: 8px;
}
.asset-log-preview-balance {
  padding: 18px;
  border-radius: 15px;
  background: #fff;
}
.asset-log-preview-balance small,
.asset-log-preview-chart small {
  display: block;
  color: #748078;
  font-size: 10px;
}
.asset-log-preview-balance strong {
  display: block;
  margin: 6px 0 14px;
  color: #173f35;
  font-size: 24px;
}
.asset-log-preview-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid #e0e6e1;
  color: #2579a7;
  font-size: 11px;
}
.asset-log-preview-split span:last-child {
  color: #bd6225;
}
.asset-log-preview-chart {
  margin-top: 12px;
  padding: 15px 18px 12px;
  border-radius: 15px;
  background: #fff;
}
.asset-log-preview-chart svg {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 8px;
}
.asset-log-feature-art {
  background-color: #e2eae2 !important;
}
.asset-log-feature-art svg {
  width: 180px;
  height: 100px;
}
.asset-log-data {
  padding-block: 52px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.asset-log-data h2 {
  margin: 16px 0;
  font-size: 30px;
}
.asset-log-data p {
  color: var(--quiet);
  font-size: 14px;
  line-height: 1.9;
}
.asset-log-data-note {
  align-self: center;
  padding: 26px;
  border: 1px solid #d8d2be;
  border-radius: 16px;
  background: var(--sheet);
  box-shadow: 6px 7px 0 #e3e1cc;
}
.asset-log-data-note h3 {
  margin-bottom: 12px;
  font-size: 17px;
}
@media (max-width: 600px) {
  .asset-log-page .detail-hero { display: block; }
  .asset-log-page .detail-hero .page-heading,
  .asset-log-page .product-showcase { width: 100%; max-width: 100%; }
  .asset-log-page .product-showcase { margin-top: 34px; }
  .asset-log-page .page-heading .lead,
  .asset-log-page .availability-note { word-break: normal; overflow-wrap: anywhere; }
  .asset-log-page .availability-note { display: block; }
  .asset-log-page .availability-note > span { display: inline-block; margin-right: 7px; }
  .asset-log-page .product-identity { align-items: flex-start; }
  .asset-log-page .product-identity .platforms { margin-left: 66px; flex-basis: 100%; }
  .asset-log-preview { width: min(82%, 340px); padding: 16px; }
  .asset-log-preview-balance strong { font-size: 21px; }
  .asset-log-data { grid-template-columns: 1fr; gap: 24px; padding-block: 36px 40px; }
  .asset-log-data h2 { font-size: 26px; }
}
