/* Assignments — Figma node 196:1125 */

.asn {
  min-width: 0;
  color: #061321;
  font-family: 'Manrope', 'Vazirmatn', Tahoma, sans-serif;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(245, 242, 234, 0) 0%, rgba(245, 242, 234, 0.42) 100%);
  padding: 8px 12px 16px;
}

.asn-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 12px 0;
}

.asn-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.3px;
  color: #d7a52a;
}

.asn-hero h1 {
  margin: 8px 0 0;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  letter-spacing: -0.4px;
  line-height: 1.05;
}

.asn-hero h1 + p {
  margin: 8px 0 0;
  max-width: 620px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(6, 19, 33, 0.62);
}

.asn-progress {
  margin: 4px 0 0;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-shrink: 0;
}

.asn-progress span,
.asn-progress strong {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.asn-progress strong { color: #d7a52a; }

.asn-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  padding: 18px 12px 12px;
}

.asn-filters button {
  position: relative;
  border: 0;
  background: transparent;
  padding: 8px 0 10px;
  min-height: 44px;
  font: 800 11px/1 'Manrope', sans-serif;
  letter-spacing: 0.8px;
  color: rgba(6, 19, 33, 0.45);
  cursor: pointer;
}

.asn-filters button.is-on { color: #061321; }

.asn-filters button.is-on::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 2px;
  border-radius: 1px;
  background: #f0c24b;
}

.asn-board {
  display: grid;
  grid-template-columns: minmax(260px, 334px) minmax(0, 1fr) minmax(260px, 334px);
  gap: 16px;
  align-items: stretch;
  min-width: 0;
  padding: 0 4px 4px;
}

.asn-index {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 574px;
  padding: 18px 16px 0;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(245, 242, 234, 0.55) 0%, #f5f2ea 100%);
}

.asn-index__bar {
  position: absolute;
  left: 0;
  top: 22px;
  width: 5px;
  height: 108px;
  border-radius: 4px;
  background: #f0c24b;
  transition: top 0.2s ease;
}

.asn-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 6px;
  align-items: center;
  width: 100%;
  min-height: 118px;
  padding: 8px 8px 10px 4px;
  border: 0;
  border-bottom: 1px solid rgba(6, 19, 33, 0.1);
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: #061321;
}

.asn-card:last-of-type { border-bottom: 0; }

.asn-card__num {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 0.9;
  color: rgba(6, 19, 33, 0.38);
}

.asn-card.is-gold .asn-card__num { color: #d7a52a; }

.asn-card__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.asn-card__copy em {
  font-style: normal;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #d7a52a;
}

.asn-card__copy strong {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.asn-card__copy span,
.asn-card__copy b {
  font-size: 11px;
  font-weight: 500;
  color: rgba(6, 19, 33, 0.52);
}

.asn-card__copy b {
  font-weight: 700;
  color: rgba(6, 19, 33, 0.62);
}

.asn-card.is-on .asn-card__copy b { color: #061321; }

.asn-index__foot {
  position: relative;
  z-index: 1;
  margin-top: auto;
  min-height: 132px;
  padding: 8px 8px 16px;
}

.asn-index__foot p {
  position: relative;
  z-index: 1;
  margin: 28px 0 0;
  max-width: 160px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: 1.45;
  color: rgba(6, 19, 33, 0.65);
}

.asn-index__foot img {
  position: absolute;
  right: -20px;
  bottom: -8px;
  width: 230px;
  height: 140px;
  object-fit: cover;
  object-position: 100% 50%;
  mix-blend-mode: screen;
  pointer-events: none;
}

.asn-work {
  display: flex;
  min-width: 0;
  min-height: 618px;
}

.asn-spine {
  width: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px 0 0 18px;
  background: rgba(6, 19, 33, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-inline-end: 0;
}

.asn-spine span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  min-height: 104px;
  padding: 14px 8px;
  border-radius: 10px;
  background: #f0c24b;
  color: #061321;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
}

.asn-canvas {
  flex: 1;
  min-width: 0;
  padding: 28px 28px 22px;
  border-radius: 0 18px 18px 0;
  background: linear-gradient(180deg, rgba(245, 242, 234, 0.62) 0%, #f5f2ea 72%);
}

.asn-canvas header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.asn-canvas header p {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.2px;
  color: #d7a52a;
}

.asn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid #d7a52a;
  color: #d7a52a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  white-space: nowrap;
}

.asn-canvas h2 {
  margin: 16px 0 0;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 1.1;
}

.asn-rule {
  display: block;
  height: 2px;
  margin: 14px 0 12px;
  border-radius: 1px;
  background: rgba(215, 165, 42, 0.7);
}

.asn-body {
  margin: 0;
  max-width: 460px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(6, 19, 33, 0.72);
}

.asn-count {
  margin: 22px 0 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.asn-canvas ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.asn-canvas li {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 40px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: rgba(6, 19, 33, 0.82);
}

.asn-canvas li button {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 0;
  background: rgba(245, 242, 234, 0.9);
  box-shadow: inset 0 0 0 1px rgba(6, 19, 33, 0.1);
  color: #061321;
  font: 700 11px/1 'Manrope', sans-serif;
  letter-spacing: 0.4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

.asn-canvas li button.is-done {
  background: #061321;
  color: #f5f2ea;
  box-shadow: none;
}

.asn-canvas li button .lx-icon { width: 16px; height: 16px; }

.asn-canvas footer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(6, 19, 33, 0.12);
}

.asn-cal {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.asn-cal .lx-icon { width: 18px; height: 18px; }

.asn-canvas footer em {
  display: block;
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.asn-canvas footer strong {
  display: block;
  margin-top: 2px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1;
}

.asn-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 52px;
  margin-top: 18px;
  border: 0;
  border-radius: 10px;
  background: #061321;
  color: #f5f2ea;
  font: 700 12px/1 'Manrope', sans-serif;
  letter-spacing: 1.2px;
  cursor: pointer;
}

.asn-cta .lx-icon { width: 14px; height: 14px; }

.asn-drawer {
  display: flex;
  flex-direction: column;
  min-height: 620px;
  padding: 22px 20px 18px;
  border-radius: 20px;
  background: rgba(6, 19, 33, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 18px 42px rgba(6, 19, 33, 0.18);
  color: #f5f2ea;
}

.asn-drawer h2 {
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(245, 242, 234, 0.35);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.6px;
}

.asn-drop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 168px;
  border-radius: 16px;
  border: 1px dashed rgba(245, 242, 234, 0.55);
  background: transparent;
  color: #f5f2ea;
  cursor: pointer;
}

.asn-drop .lx-icon { width: 28px; height: 28px; }

.asn-drop strong {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.asn-drop em,
.asn-drop small {
  font-style: normal;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: rgba(245, 242, 234, 0.7);
}

.asn-drop small { color: rgba(245, 242, 234, 0.5); }

.asn-add,
.asn-submit {
  min-height: 48px;
  margin-top: 12px;
  border-radius: 10px;
  font: 700 12px/1 'Manrope', sans-serif;
  letter-spacing: 1.1px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.asn-add {
  border: 1px solid rgba(245, 242, 234, 0.8);
  background: transparent;
  color: #f5f2ea;
}

.asn-add .lx-icon { width: 16px; height: 16px; }

.asn-file {
  margin: 10px 0 0;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.58);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.asn-submit {
  border: 1px solid rgba(245, 242, 234, 0.35);
  background: rgba(255, 255, 255, 0.28);
  color: rgba(245, 242, 234, 0.7);
}

.asn-submit:not(:disabled) {
  background: #f5f2ea;
  color: #061321;
  border-color: #f5f2ea;
}

.asn-submit:disabled { cursor: default; }

.asn-submit .lx-icon { width: 14px; height: 14px; }

.asn-note {
  margin-top: auto;
  padding: 16px 14px 14px;
  border-radius: 14px;
  background: rgba(245, 242, 234, 0.94);
  color: #061321;
}

.asn-note header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgba(6, 19, 33, 0.65);
}

.asn-note header .lx-icon { width: 16px; height: 16px; }

.asn-note p {
  margin: 10px 0 14px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(6, 19, 33, 0.8);
}

.asn-note button {
  border: 0;
  border-bottom: 1px solid rgba(6, 19, 33, 0.35);
  background: transparent;
  padding: 0 0 2px;
  font: 700 11px/1 'Manrope', sans-serif;
  letter-spacing: 0.6px;
  color: rgba(6, 19, 33, 0.8);
  cursor: pointer;
}

@media (max-width: 1180px) {
  .asn-board { grid-template-columns: 1fr 1fr; }
  .asn-drawer { grid-column: 1 / -1; min-height: 0; }
}

@media (max-width: 860px) {
  .asn-board { grid-template-columns: 1fr; }
  .asn-hero { flex-direction: column; }
  .asn-progress { text-align: left; }
  .asn-spine { display: none; }
  .asn-canvas { border-radius: 18px; }
  .asn-index { min-height: 0; }
  .asn-work { min-height: 0; }
  .asn-canvas h2 { font-size: 28px; }
}
