body {
  background:
    radial-gradient(circle at 20% 0%, rgba(224, 84, 73, 0.38), transparent 26%),
    radial-gradient(circle at 86% 0%, rgba(54, 92, 228, 0.42), transparent 34%),
    linear-gradient(135deg, #e8e8e6 0%, #f6f5f2 58%, #e9ecef 100%);
  color: #111214;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.law-page {
  background:
    radial-gradient(circle at 86% 0%, rgba(54, 92, 228, 0.34), transparent 34%),
    linear-gradient(135deg, #e8e8e6 0%, #f6f5f2 58%, #e9ecef 100%);
}

.topbar { display: none; }

.module1-app {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 0;
  padding: 36px 38px;
  align-items: stretch;
}

.module1-sidebar {
  min-height: calc(100vh - 72px);
  overflow: visible;
  border-radius: 28px 0 0 28px;
  border: 1px solid rgba(17, 18, 20, 0.1);
  border-right: 0;
  background: rgba(250, 249, 247, 0.94);
  box-shadow: -12px 30px 72px rgba(27, 30, 35, 0.14);
  padding: 34px 22px 34px 24px;
  position: relative;
}

.module1-sidebar::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 1px;
  background: #d7d8dc;
  z-index: 3;
}

.module1-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #111214;
  text-decoration: none;
  font-size: 28px;
  line-height: 1;
  font-weight: 760;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}

.module1-brand span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #111214;
  color: #66d2ff;
  font-size: 20px;
}

.module1-brand i {
  width: 9px;
  height: 9px;
  border-right: 2px solid #6d7077;
  border-bottom: 2px solid #6d7077;
  transform: rotate(45deg);
  margin-left: 2px;
}

.module1-public-brand {
  gap: 12px;
  letter-spacing: -0.03em;
}

.module1-public-brand strong {
  color: #111214;
  font: inherit;
  letter-spacing: inherit;
}

.module1-public-brand i {
  margin-left: 4px;
}

.module1-search {
  height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #d7d8dc;
  border-radius: 14px;
  background: #f5f4f2;
  color: #777a80;
  padding: 0 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.module1-search span {
  flex: 1;
  font-size: 20px;
  font-weight: 420;
}

.module1-search kbd {
  border: 1px solid #dedfe2;
  border-radius: 9px;
  background: #fff;
  color: #2e3034;
  font: 600 13px/1 ui-sans-serif, system-ui, sans-serif;
  padding: 8px 10px;
  box-shadow: 0 4px 12px rgba(20, 22, 26, 0.08);
}

.module1-mainnav {
  display: grid;
  gap: 14px;
  margin: 34px 0;
}

.module1-mainnav a {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #161719;
  text-decoration: none;
  font-size: 20px;
  font-weight: 680;
  padding: 3px 2px;
}

.module1-mainnav svg {
  color: #5e6066;
  flex: 0 0 auto;
}

.module1-mainnav a.active {
  color: #16336f;
}

.module1-mainnav a.active svg {
  color: #3154d4;
}

.module1-section-title {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #4d5056;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-weight: 760;
  margin: 30px 0 12px;
}

.module1-section-title::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 2px solid #6c6f76;
  border-radius: 50% 50% 44% 44%;
  box-shadow: inset 0 -7px 0 rgba(108, 111, 118, 0.16);
}

.module1-section-title span {
  flex: 1;
}

.module1-section-title b {
  color: #8b8e95;
  text-transform: none;
  letter-spacing: 0;
}

.module1-module-list {
  display: grid;
  gap: 22px;
}

.module1-volume-name {
  color: #96999f;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.25;
  margin: 0 0 10px;
}

.module1-volume {
  position: relative;
  padding-left: 0;
}

.module1-volume a {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  min-height: 50px;
  color: #17181a;
  text-decoration: none;
  border-radius: 13px;
  padding: 8px 10px;
  margin: 0 0 5px 0;
}

.module1-volume a.active {
  background: #fff;
  box-shadow: 0 12px 28px rgba(23, 24, 26, 0.1);
}

.module1-volume span {
  color: #83868c;
  font-size: 15px;
  font-weight: 650;
  text-align: left;
  z-index: 1;
}

.module1-volume em {
  font-style: normal;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 430;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.module1-volume strong {
  border-radius: 999px;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 1;
  background: #f0f1f3;
  color: #6d7077;
  min-width: 42px;
  text-align: center;
}

.module1-volume strong.success { background: #eaf8f0; color: #237348; }
.module1-volume strong.warning { background: #fff5db; color: #a86b00; }
.module1-volume strong.danger { background: #fff0ef; color: #b83232; }

.module1-laws-title {
  margin-top: 34px;
}

.module1-country-list {
  gap: 10px;
}

.module1-country-list .module1-volume a {
  grid-template-columns: 32px minmax(0, 1fr) auto;
}

.module1-country-flag {
  font-size: 21px;
  line-height: 1;
  text-align: center;
}

.module1-country-list .module1-volume strong {
  min-width: 54px;
  font-size: 11px;
  white-space: nowrap;
}

.module1-main {
  min-width: 0;
}

.module1-standalone {
  min-height: 100vh;
  padding: 36px 38px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.module1-panel {
  min-height: calc(100vh - 72px);
  border: 1px solid rgba(17, 18, 20, 0.12);
  border-left: 1px solid #d7d8dc;
  border-radius: 0 28px 28px 0;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 14px 30px 72px rgba(27, 30, 35, 0.13);
  overflow: hidden;
}

.module1-standalone .module1-panel {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  border-radius: 28px;
  border-left: 1px solid rgba(17, 18, 20, 0.12);
}

.module1-standalone .module1-overview {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.module1-standalone .module1-overview.module1-overview-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.module1-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 58px 64px 26px;
}

.module1-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #777a80;
  font-size: 13px;
  margin-bottom: 15px;
}

.module1-breadcrumb a {
  color: #63666d;
  text-decoration: none;
}

.module1-breadcrumb b {
  color: #111214;
  font-weight: 650;
}

.module1-header h1 {
  font-size: 40px;
  line-height: 1.05;
  font-weight: 780;
  letter-spacing: -0.03em;
  margin: 0;
  max-width: 760px;
}

.module1-client-pill {
  max-width: 280px;
  color: #1d2240;
  text-decoration: none;
  border: 1px solid #d9dbe1;
  border-radius: 999px;
  background: #fff;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.module1-overview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  padding: 0 64px 26px;
}

.module1-overview span {
  display: block;
  color: #53565d;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 15px;
  font-weight: 560;
  margin-bottom: 12px;
}

.module1-overview strong {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111214;
  font-size: 22px;
  line-height: 1;
  font-weight: 520;
}

.module1-overview i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  border: 4px solid #2aa876;
  border-top-color: transparent;
}

.module1-overview i.warning { border-color: #e2a91b; border-top-color: transparent; }
.module1-overview i.danger { border-color: #c23b32; border-top-color: transparent; }

.module1-problem {
  margin: 0 64px 30px;
  max-width: 920px;
  color: #5f6269;
  font-size: 15px;
  line-height: 1.65;
}

.module1-tabs {
  display: flex;
  gap: 0;
  border-top: 1px solid #e2e3e7;
  border-bottom: 1px solid #d7d8dd;
  padding: 0 64px;
  margin: 0;
}

.module1-tabs .tab-btn {
  height: 72px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: #5d6067;
  font-size: 19px;
  font-weight: 560;
  padding: 0 34px 0 0;
  margin-right: 26px;
  cursor: pointer;
}

.module1-tabs .tab-btn.active {
  color: #16336f;
  border-bottom-color: #3154d4;
}

.module1-dotgrid,
.module1-ringicon,
.module1-listicon {
  width: 22px;
  height: 22px;
  display: inline-block;
  flex: 0 0 auto;
}

.module1-dotgrid {
  background: radial-gradient(circle, #858891 2px, transparent 3px) 0 0 / 8px 8px;
}

.module1-ringicon {
  border: 3px dotted #3154d4;
  border-radius: 50%;
}

.module1-listicon {
  background:
    linear-gradient(#858891, #858891) 7px 5px / 14px 2px no-repeat,
    linear-gradient(#858891, #858891) 7px 11px / 14px 2px no-repeat,
    linear-gradient(#858891, #858891) 7px 17px / 14px 2px no-repeat;
  position: relative;
}

.module1-listicon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #858891;
  box-shadow: 0 6px 0 #858891, 0 12px 0 #858891;
}

.module1-filterbar {
  display: grid;
  grid-template-columns: minmax(180px, 260px) auto auto minmax(220px, 320px);
  align-items: center;
  gap: 16px;
  padding: 26px 64px;
  border-bottom: 1px solid #e4e5e9;
}

.module1-filterbar button,
.module1-mini-search {
  height: 52px;
  border: 1px solid #d8d9de;
  border-radius: 11px;
  background: #fff;
  color: #292b30;
  font: 560 15px/1 inherit;
  padding: 0 18px;
  box-shadow: 0 2px 8px rgba(20, 22, 26, 0.05);
}

.module1-filterbar > span {
  color: #3f4248;
  font-size: 14px;
  border-left: 1px solid #e0e1e5;
  padding-left: 17px;
}

.module1-filterbar > span.danger { color: #b83232; }
.module1-filterbar > span.warning { color: #b85f18; }

.module1-filterbar button {
  cursor: pointer;
  text-align: left;
}

.module1-filterbar button.active {
  border-color: #3154d4;
  box-shadow: 0 0 0 3px rgba(49, 84, 212, 0.12);
}

.module1-filterbar button.danger { color: #b83232; }
.module1-filterbar button.warning { color: #b85f18; }

.module1-mini-search {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #777a80;
}

.module1-mini-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #292b30;
  font: inherit;
}

.module1-mini-search input::placeholder {
  color: #777a80;
}

.module1-panel .tab-panel {
  display: none;
  padding: 30px 64px 64px;
}

.module1-panel .tab-panel.active {
  display: block;
}

.module1-panel .learn-content {
  max-width: 880px;
}

.module1-panel .learn-content h2 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 30px 0 12px;
}

.module1-panel .learn-content h3 {
  font-size: 18px;
  margin: 26px 0 10px;
}

.module1-panel .learn-content p,
.module1-panel .learn-content li {
  color: #4f5259;
  font-size: 15.5px;
  line-height: 1.75;
}

.module1-panel .core-problem-box {
  border: 1px solid #dfe1e6;
  border-radius: 14px;
  background: #f7f8fa;
  padding: 18px 20px;
  margin-bottom: 28px;
}

.module1-panel .core-problem-box .eyebrow {
  color: #3154d4;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.module1-panel .core-problem-box .problem-text {
  color: #17181a;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 650;
}

.module1-heading-flag {
  margin-right: 12px;
}

.module1-law-summary {
  display: grid;
  gap: 14px;
  margin: 0 0 30px;
}

.module1-law-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  border: 1px solid #dfe1e6;
  border-radius: 14px;
  background: #f7f8fa;
  padding: 18px 20px;
}

.module1-law-card.active {
  border-color: #3154d4;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(49, 84, 212, 0.12);
}

.module1-law-card span,
.module1-law-writeup-label {
  color: #3154d4;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.module1-panel .module1-law-card h2 {
  color: #17181a;
  font-size: 18px;
  line-height: 1.2;
  margin: 6px 0 0;
}

.module1-panel .module1-law-card p {
  font-size: 14px;
  line-height: 1.4;
  margin: 8px 0 0;
}

.module1-law-card-meta {
  display: grid;
  justify-items: end;
  gap: 8px;
  min-width: 170px;
}

.module1-law-card-meta span,
.module1-law-card-meta a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 7px 12px;
  background: #fff;
  border: 1px solid #e0e2e7;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.module1-law-card-meta span {
  color: #60636a;
  text-align: right;
}

.module1-law-card-meta a {
  color: #16336f;
  text-decoration: none;
}

.module1-law-writeup {
  border-top: 1px solid #e0e2e7;
  margin-top: 34px;
  padding-top: 22px;
}

.module1-law-writeup-label {
  display: inline-flex;
  margin-bottom: 6px;
}

.module1-blog-list {
  max-width: 940px;
}

.module1-blog-card .module1-law-card-meta {
  min-width: 140px;
}

.module1-blog-card-link {
  color: inherit;
  text-decoration: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.module1-blog-card-link:hover {
  border-color: #3154d4;
  box-shadow: 0 14px 32px rgba(24, 27, 32, 0.1);
  transform: translateY(-1px);
}

.module1-blog-card-link:focus-visible {
  outline: 3px solid rgba(49, 84, 212, 0.24);
  outline-offset: 3px;
}

.module1-blog-read-pill {
  color: #16336f;
}

.module1-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.module1-blog-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 7px 12px;
  background: #f7f8fa;
  border: 1px solid #e0e2e7;
  color: #60636a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.module1-blog-article {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
  overflow-x: hidden;
}

.module1-blog-article article {
  max-width: 920px;
  color: #1d1f23;
}

.module1-blog-article article > h1 {
  max-width: 860px;
  color: #111214;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 14px;
}

.module1-blog-article article > h1 + h2 {
  max-width: 780px;
  border: 0;
  padding: 0;
  color: #555861;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 440;
  letter-spacing: 0;
  margin: 0 0 30px;
}

.module1-blog-article h2 {
  border-top: 1px solid #dfe1e6;
  border-bottom: 0;
  padding: 34px 0 0;
  margin: 42px 0 16px;
  color: #15171a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0;
}

.module1-blog-article h3 {
  color: #16336f;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 760;
  margin: 30px 0 10px;
}

.module1-blog-article p,
.module1-blog-article li {
  color: #33363c;
  font-size: 17px;
  line-height: 1.78;
}

.module1-blog-article p {
  margin: 0 0 18px;
}

.module1-blog-article article > p:first-of-type {
  color: #202226;
  font-size: 19px;
  line-height: 1.75;
}

.module1-blog-article strong {
  color: #15171a;
  font-weight: 750;
}

.module1-blog-article em {
  color: #4f5259;
}

.module1-blog-article article > p:has(> em:first-child:last-child) {
  border: 1px solid #e5e0d3;
  border-radius: 10px;
  background: #fbf8f0;
  color: #6a5a37;
  font-size: 14px;
  line-height: 1.55;
  padding: 10px 12px;
  margin: 10px 0 20px;
}

.module1-blog-article article > p:has(> em:first-child:last-child) em {
  color: inherit;
}

.module1-blog-article blockquote {
  border: 0;
  border-left: 5px solid #b83232;
  border-radius: 0 14px 14px 0;
  background: #fff7f4;
  margin: 30px 0;
  padding: 22px 24px;
  box-shadow: 0 14px 32px rgba(120, 44, 31, 0.08);
}

.module1-blog-article blockquote p {
  color: #2e2522;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.module1-blog-article blockquote p:last-child {
  margin-bottom: 0;
}

.module1-blog-article blockquote strong {
  color: #8c2f25;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.module1-blog-article ul,
.module1-blog-article ol {
  margin: 18px 0 28px;
  padding-left: 0;
  display: grid;
  gap: 10px;
}

.module1-blog-article li {
  position: relative;
  list-style: none;
  border: 1px solid #e0e2e7;
  border-radius: 12px;
  background: #f8f9fb;
  padding: 14px 16px 14px 44px;
}

.module1-blog-article li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 23px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3154d4;
  box-shadow: 0 0 0 5px rgba(49, 84, 212, 0.12);
}

.module1-blog-article hr {
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #cfd2da 14%, #cfd2da 86%, transparent);
  margin: 42px 0;
}

.module1-blog-article img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 760px;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 14px;
  border: 1px solid #dfe1e6;
  box-shadow: 0 16px 36px rgba(24, 27, 32, 0.1);
  margin: 30px auto 34px;
}

.module1-blog-article figure {
  margin: 30px 0 34px;
}

.module1-blog-article figure img {
  margin: 0;
}

.module1-blog-article figcaption {
  margin-top: 9px;
  color: #6b6e76;
  font-size: 13px;
  line-height: 1.45;
}

.module1-blog-article table {
  display: block;
  width: 100%;
  min-width: 720px;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #d9dce3;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(24, 27, 32, 0.08);
  margin: 28px 0 34px;
}

.module1-blog-article thead {
  background: #15171a;
}

.module1-blog-article th,
.module1-blog-article td {
  min-width: 150px;
  padding: 14px 16px;
  border-right: 1px solid #e4e6eb;
  border-bottom: 1px solid #e4e6eb;
  text-align: left;
  vertical-align: top;
}

.module1-blog-article th:last-child,
.module1-blog-article td:last-child {
  border-right: 0;
}

.module1-blog-article tbody tr:last-child td {
  border-bottom: 0;
}

.module1-blog-article th {
  color: #f6f7fb;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.module1-blog-article td {
  color: #3e4148;
  font-size: 15px;
  line-height: 1.55;
}

.module1-blog-article tbody tr:nth-child(even) td {
  background: #f8f9fb;
}

.module1-blog-article tbody tr:last-child td {
  background: #f2f5ff;
}

.module1-blog-article td strong {
  color: #152f6a;
}

@media (max-width: 760px) {
  .module1-blog-article article > h1 {
    font-size: 32px;
    line-height: 1.12;
  }

  .module1-blog-article article > h1 + h2 {
    font-size: 17px;
    line-height: 1.55;
  }

  .module1-blog-article h2 {
    font-size: 24px;
    padding-top: 28px;
  }

  .module1-blog-article p,
  .module1-blog-article li,
  .module1-blog-article blockquote p {
    font-size: 16px;
  }

  .module1-blog-article article > p:first-of-type {
    font-size: 17px;
  }

  .module1-blog-article table {
    min-width: 640px;
    box-shadow: 0 10px 24px rgba(24, 27, 32, 0.08);
  }

  .module1-blog-article img {
    max-height: none;
    width: 100%;
  }

  .module1-blog-article th,
  .module1-blog-article td {
    padding: 12px 13px;
  }
}

.module1-empty-state {
  border: 1px solid #dfe1e6;
  border-radius: 14px;
  background: #f7f8fa;
  padding: 24px;
}

.module1-empty-state strong {
  display: block;
  color: #17181a;
  font-size: 18px;
  margin-bottom: 8px;
}

.module1-empty-state p {
  color: #555861;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.module1-law-control-marker {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  margin-top: 3px;
  border-radius: 11px;
  border: 1.5px solid #bfc2bd;
  background:
    linear-gradient(#3b7818, #3b7818) 9px 11px / 16px 2px no-repeat,
    linear-gradient(#3b7818, #3b7818) 9px 18px / 16px 2px no-repeat,
    linear-gradient(#3b7818, #3b7818) 9px 25px / 16px 2px no-repeat,
    #fff;
}

.module1-panel .checklist-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 48px;
}

.module1-panel .checklist-counter {
  color: #3d3f3d;
  font-size: 22px;
  line-height: 1;
  white-space: nowrap;
}

.module1-panel .checklist-counter strong {
  color: inherit;
  font-weight: 650;
}

.module1-panel .score-badge {
  border-radius: 999px;
  padding: 9px 24px;
  min-width: 82px;
  background: #eaf4dc;
  color: #3c7718;
  font-size: 22px;
  font-weight: 750;
  line-height: 1.1;
  text-align: center;
}

.module1-panel .progress-bar {
  flex: 1 1 auto;
  height: 8px;
  border-radius: 999px;
  background: #f7f5ee;
  overflow: hidden;
  margin-bottom: 0;
  min-width: 80px;
}

.module1-panel .progress-fill {
  height: 100%;
  border-radius: inherit;
  background: #3b7818;
  min-width: 0;
  transition: width 0.35s ease;
}

.module1-panel .checklist-items {
  display: flex;
  flex-direction: column;
  gap: 52px;
  border-top: 0;
}

.module1-panel .checklist-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.module1-panel .checklist-section-title {
  color: #767873;
  font-size: 16px;
  font-weight: 760;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.module1-panel .checklist-item {
  border: 1px solid #d9dcd5;
  border-radius: 18px;
  background: #fff;
  padding: 28px 32px;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.module1-panel .checklist-item.checked {
  border-color: #b9df8e;
  background: #fbfdf7;
}

.module1-panel .checklist-item-top {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.module1-panel .checklist-cb {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  margin-top: 3px;
  border: 1.5px solid #bfc2bd;
  border-radius: 11px;
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  cursor: pointer;
  position: relative;
  transition: background 0.18s ease, border-color 0.18s ease;
}

.module1-panel .checklist-cb:checked {
  background: #3b7818;
  border-color: #3b7818;
}

.module1-panel .checklist-cb:checked::after {
  content: '';
  position: absolute;
  left: 11px;
  top: 6px;
  width: 10px;
  height: 18px;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  border-radius: 2px;
  transform: rotate(42deg);
}

.module1-panel .checklist-text {
  flex: 1;
  min-width: 0;
}

.module1-panel .checklist-title {
  color: #151619;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 14px;
  font-size: 20px;
  line-height: 1.12;
  font-weight: 770;
}

.module1-panel .checklist-meta {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.module1-panel .checklist-desc {
  color: #42443f;
  font-size: 18px;
  line-height: 1.42;
  margin-top: 16px;
}

.module1-panel .checklist-laws {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.module1-panel .checklist-law {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  border: 0;
  border-radius: 999px;
  background: #f5f3ed;
  color: #44463f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 12px;
}

.module1-panel .checklist-law-global {
  color: #44463f;
}

.module1-panel .checklist-law small {
  color: #686b63;
  font-size: 11px;
  font-weight: 750;
}

.module1-panel .badge-critical {
  display: inline-flex;
  border-radius: 999px;
  background: #faeeea;
  color: #9f3d22;
  padding: 7px 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}

.module1-panel .note-toggle {
  width: 62px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1.5px solid #bec0bb;
  border-radius: 14px;
  background: #fff;
  color: #17181a;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.module1-panel .note-toggle:hover {
  border-color: #90948c;
  background: #fbfbf8;
}

.module1-panel .note-area {
  display: none;
  margin: 22px 0 0 60px;
}

.module1-panel .note-area.open {
  display: block;
}

.module1-panel .note-textarea,
.module1-panel .form-input,
.module1-panel .form-select,
.module1-panel .form-textarea {
  border: 1px solid #d8d9de;
  border-radius: 11px;
  background: #fff;
  color: #17181a;
  font-size: 14px;
}

.module1-panel .note-textarea {
  width: 100%;
  min-height: 120px;
  padding: 18px 20px;
  resize: vertical;
}

.module1-panel .tool-form {
  max-width: 860px;
  color: #17181a;
}

.module1-panel .tool-section {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom-color: #e1e2e6;
}

.module1-panel #tab-tool > h3 {
  color: #151619;
  font-size: 24px !important;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 740 !important;
  margin: 0 0 12px !important;
}

.module1-panel #tab-tool > p {
  color: #4f5259 !important;
  font-size: 15.5px !important;
  line-height: 1.75;
  margin: 0 0 24px !important;
  max-width: 820px;
}

.module1-panel #tab-tool > .tabs {
  display: inline-flex;
  gap: 8px;
  border: 1px solid #d8d9de;
  border-radius: 12px;
  background: #f7f8fa;
  padding: 5px;
  margin: 0 0 28px !important;
}

.module1-panel #tab-tool > .tabs .tab-btn {
  height: 42px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #5d6067;
  font-size: 15px;
  line-height: 1;
  font-weight: 650;
  padding: 0 16px;
  margin: 0;
  cursor: pointer;
}

.module1-panel #tab-tool > .tabs .tab-btn.active {
  background: #fff;
  color: #16336f;
  box-shadow: 0 3px 10px rgba(20, 22, 26, 0.08);
}

.module1-panel .tool-section-title {
  color: #151619;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 690;
  letter-spacing: 0;
  margin-bottom: 18px;
}

.module1-panel .tool-section-num {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: #3154d4;
  color: #fff;
  font-size: 13px;
  font-weight: 760;
}

.module1-panel .form-group {
  margin-bottom: 18px;
}

.module1-panel .form-label {
  color: #343740;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 650;
  margin-bottom: 8px;
}

.module1-panel .btn {
  border-radius: 10px;
  min-height: 44px;
  padding: 0 18px;
  font-size: 15px;
  line-height: 1;
  font-weight: 650;
}

.module1-panel .btn-primary {
  background: #3154d4;
  border-color: #3154d4;
}

.module1-panel .btn-secondary {
  background: #fff;
  border-color: #d8d9de;
}

.module1-panel .btn-sm {
  min-height: 42px;
  padding: 0 15px;
  font-size: 14px;
}

.module1-panel .form-input,
.module1-panel .form-select,
.module1-panel .form-textarea {
  min-height: 48px;
  padding: 11px 14px;
  font: 520 15px/1.35 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.module1-panel .form-textarea {
  line-height: 1.55;
}

.module1-panel .form-input::placeholder,
.module1-panel .form-textarea::placeholder {
  color: #8a8d94;
  font-weight: 460;
}

.module1-panel .form-input:focus,
.module1-panel .form-select:focus,
.module1-panel .form-textarea:focus {
  outline: 0;
  border-color: #3154d4;
  box-shadow: 0 0 0 3px rgba(49, 84, 212, 0.12);
}

.module1-panel .radio-group,
.module1-panel .checkbox-group,
.module1-panel .tag-list {
  gap: 10px;
}

.module1-panel .radio-option,
.module1-panel .checkbox-option,
.module1-panel .tag-item {
  min-height: 40px;
  border: 1px solid #d8d9de;
  border-radius: 11px;
  background: #fff;
  color: #343740;
  font-size: 14.5px;
  line-height: 1.25;
  font-weight: 560;
  padding: 9px 13px;
}

.module1-panel .radio-option:hover,
.module1-panel .checkbox-option:hover {
  border-color: #bfc2ca;
}

.module1-panel .radio-option:has(input:checked),
.module1-panel .checkbox-option:has(input:checked) {
  border-color: #3154d4;
  background: #f1f4ff;
  box-shadow: 0 0 0 3px rgba(49, 84, 212, 0.1);
}

.module1-panel .radio-option input:checked + span,
.module1-panel .checkbox-option input:checked + span {
  color: #16336f;
  font-weight: 690;
}

.module1-panel .multi-input-row {
  gap: 10px;
}

.module1-panel .tag-item {
  min-height: 34px;
  background: #f7f8fa;
  font-size: 13.5px;
  padding: 7px 11px;
}

.module1-panel .tag-remove {
  color: #777a80;
  font-size: 16px;
}

.module1-filterbar > span.success {
  color: #237348;
}

.module1-report-actions {
  grid-template-columns: minmax(180px, 260px) auto auto minmax(220px, 320px);
}

.module1-report-download {
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #3154d4;
  border-radius: 11px;
  background: #3154d4;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  font-weight: 690;
  padding: 0 18px;
  box-shadow: 0 10px 22px rgba(49, 84, 212, 0.18);
}

.module1-report-body {
  padding: 30px 64px 64px;
}

.module1-report-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 26px;
}

.module1-report-grid > div,
.module1-report-section,
.module1-report-empty {
  border: 1px solid #dfe1e6;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(20, 22, 26, 0.06);
}

.module1-report-grid > div {
  min-height: 124px;
  padding: 20px;
}

.module1-report-grid span {
  display: block;
  color: #62656c;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 12px;
  font-weight: 760;
  margin-bottom: 18px;
}

.module1-report-grid strong {
  color: #111214;
  font-size: 31px;
  line-height: 1;
  font-weight: 760;
  letter-spacing: -0.02em;
}

.module1-report-grid strong.success,
.module1-report-table strong.success,
.module1-report-volume strong.success {
  color: #237348;
}

.module1-report-grid strong.warning,
.module1-report-table strong.warning,
.module1-report-volume strong.warning {
  color: #a86b00;
}

.module1-report-grid strong.danger,
.module1-report-table strong.danger,
.module1-report-volume strong.danger {
  color: #b83232;
}

.module1-report-section {
  overflow: hidden;
  margin-top: 24px;
}

.module1-report-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #e2e3e7;
  padding: 20px 22px;
}

.module1-report-section-head h2 {
  color: #151619;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 740;
  letter-spacing: -0.01em;
  margin: 0;
}

.module1-report-section-head span {
  color: #777a80;
  font-size: 13px;
  font-weight: 650;
}

.module1-report-volume {
  padding: 18px 22px;
  border-bottom: 1px solid #e6e7eb;
}

.module1-report-volume:last-child {
  border-bottom: 0;
}

.module1-report-volume > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 10px;
}

.module1-report-volume span {
  color: #25272d;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 650;
}

.module1-report-volume strong {
  font-size: 14px;
  line-height: 1;
  font-weight: 760;
}

.module1-report-meter {
  height: 8px;
  border-radius: 999px;
  background: #eaebee;
  overflow: hidden;
}

.module1-report-meter i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #3154d4;
}

.module1-report-meter i.success {
  background: #2aa876;
}

.module1-report-meter i.warning {
  background: #e2a91b;
}

.module1-report-meter i.danger {
  background: #c23b32;
}

.module1-report-table-wrap {
  overflow-x: auto;
}

.module1-report-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.module1-report-table th,
.module1-report-table td {
  text-align: left;
  border-bottom: 1px solid #e6e7eb;
  padding: 15px 18px;
}

.module1-report-table th {
  color: #777a80;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 11px;
  line-height: 1;
  font-weight: 780;
  background: #f7f8fa;
}

.module1-report-table td {
  color: #343740;
  font-size: 14px;
  line-height: 1.35;
}

.module1-report-table tbody tr:last-child td {
  border-bottom: 0;
}

.module1-report-table td:first-child {
  color: #8a8d94;
  font-size: 13px;
  font-weight: 760;
}

.module1-report-table td:nth-child(2) {
  color: #151619;
  font-weight: 690;
}

.module1-report-table td:nth-child(3) {
  color: #62656c;
}

.module1-report-table a {
  color: #3154d4;
  text-decoration: none;
  font-size: 13px;
  font-weight: 720;
}

.module1-report-status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 999px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: 730;
}

.module1-report-status.success {
  background: #eaf8f0;
  color: #237348;
}

.module1-report-status.warning {
  background: #fff5db;
  color: #a86b00;
}

.module1-report-status.danger {
  background: #fff0ef;
  color: #b83232;
}

.module1-report-empty {
  padding: 24px;
}

.module1-report-empty .eyebrow {
  color: #b85f18;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 760;
  margin-bottom: 8px;
}

.module1-report-empty p {
  color: #4f5259;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.module1-client-actions {
  grid-template-columns: minmax(260px, 1fr) auto auto;
}

.module1-overview-actions {
  grid-template-columns: auto auto auto minmax(0, 1fr);
}

.module1-report-download.secondary {
  background: #fff;
  color: #292b30;
}

.module1-client-search {
  height: 52px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #d8d9de;
  border-radius: 11px;
  background: #fff;
  color: #777a80;
  padding: 0 16px;
  box-shadow: 0 2px 8px rgba(20, 22, 26, 0.05);
}

.module1-client-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #292b30;
  font: 560 15px/1 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.module1-client-search input::placeholder {
  color: #777a80;
}

.module1-client-body {
  padding: 30px 64px 64px;
}

.module1-client-list {
  display: grid;
  gap: 12px;
}

.module1-client-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) minmax(120px, 160px) auto;
  align-items: center;
  gap: 18px;
  border: 1px solid #e0e1e5;
  border-radius: 16px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 8px 22px rgba(20, 22, 26, 0.05);
}

.module1-client-row[hidden] {
  display: none;
}

.module1-client-no-results {
  border: 1px solid #e0e1e5;
  border-radius: 16px;
  background: #fff;
  color: #656870;
  padding: 22px;
  text-align: center;
  font-size: 15px;
  font-weight: 560;
}

.module1-client-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: #111214;
  color: #66d2ff;
  font-size: 21px;
  font-weight: 780;
}

.module1-client-main {
  min-width: 0;
}

.module1-client-name {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111214;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 730;
}

.module1-client-name span {
  border-radius: 999px;
  background: #e8eef8;
  color: #1e4a8a;
  padding: 5px 8px;
  font-size: 11px;
  line-height: 1;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.module1-client-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: #656870;
  font-size: 13px;
  line-height: 1.35;
  margin-top: 8px;
}

.module1-client-meta span {
  min-width: 0;
}

.module1-client-date span {
  display: block;
  color: #8a8d94;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.module1-client-date strong {
  color: #292b30;
  font-size: 14px;
  font-weight: 650;
}

.module1-client-row-actions,
.module1-form-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.module1-client-limit {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid #e8b4b4;
  border-radius: 7px;
  background: #fff0ef;
  color: #b83232;
  font-size: 12px;
  font-weight: 720;
}

.module1-client-delete-form {
  display: inline-flex;
  margin: 0;
}

.module1-back-link {
  display: inline-flex;
  align-items: center;
  color: #3154d4;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.module1-back-link:hover {
  text-decoration: underline;
}

.module1-client-form {
  width: 100%;
  display: grid;
  gap: 18px;
}

.module1-client-form .module1-report-section {
  margin-top: 0;
}

.module1-client-form-card-body {
  display: grid;
  gap: 18px;
  padding: 24px;
}

.module1-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.module1-client-form .form-error {
  color: #b83232;
  font-size: 12px;
  font-weight: 650;
  margin-top: 6px;
}

.module1-client-form .module1-form-section-error {
  margin-top: 0;
}

.module1-standalone .client-country-form {
  max-width: 520px;
  border: 1px solid #e0e1e5;
  border-radius: 16px;
  background: #fff;
  padding: 22px 24px 24px;
  box-shadow: 0 8px 22px rgba(20, 22, 26, 0.04);
}

.module1-standalone .client-country-form.law-list-form {
  max-width: none;
}

.module1-standalone .law-checklist {
  max-width: none;
  gap: 14px;
}

.overview-module-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}

.overview-module-card {
  display: block;
  min-height: 116px;
  border: 1px solid #e0e1e5;
  border-radius: 16px;
  background: #fff;
  padding: 18px;
  color: #17181a;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(20, 22, 26, 0.05);
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.overview-module-card:hover {
  border-color: #c9ccd3;
  box-shadow: 0 12px 28px rgba(20, 22, 26, 0.08);
  transform: translateY(-1px);
}

.overview-module-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.overview-module-card-top span {
  color: #17181a;
  font-size: 16px;
  line-height: 1.28;
  font-weight: 720;
}

.overview-module-card-top strong {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #f0f1f3;
  color: #62656c;
  padding: 7px 10px;
  font-size: 13px;
  line-height: 1;
  font-weight: 780;
}

.overview-module-card-top strong.success { background: #eaf8f0; color: #237348; }
.overview-module-card-top strong.warning { background: #fff5db; color: #a86b00; }
.overview-module-card-top strong.danger { background: #fff0ef; color: #b83232; }

.overview-module-card-progress {
  height: 7px;
  border-radius: 999px;
  background: #eaebee;
  overflow: hidden;
  margin-top: 24px;
}

.overview-module-card-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #3154d4;
}

.overview-module-card-progress i.success { background: #2aa876; }
.overview-module-card-progress i.warning { background: #e2a91b; }
.overview-module-card-progress i.danger { background: #c23b32; }

.settings-form {
  width: 100%;
  padding: 24px;
}

.settings-help {
  color: #4f5259;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  padding: 22px 24px 0;
  max-width: 760px;
}

.settings-help + .settings-form {
  padding-top: 18px;
}

.settings-danger-section > .btn {
  margin: 18px 24px 24px;
}

.settings-danger-section {
  border-color: rgba(176, 48, 48, 0.32);
  background: #fffafa;
}

.settings-danger-section .module1-report-section-head h2 {
  color: #b03030;
}

.module1-standalone .volume-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  margin-top: 0;
}

.module1-standalone .volume-card {
  border: 1px solid #e0e1e5;
  border-radius: 16px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 8px 22px rgba(20, 22, 26, 0.05);
}

.module1-standalone .volume-card-title {
  color: #111214;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 14px;
}

.module1-standalone .volume-module-row {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #ebecef;
  padding: 10px 0;
  font-size: 14px;
}

.module1-standalone .volume-module-row:last-of-type {
  border-bottom: 0;
}

.module1-standalone .volume-module-name {
  flex: 1;
  min-width: 0;
}

.module1-standalone .volume-module-name a {
  color: #343740 !important;
  text-decoration: none !important;
  font-weight: 610;
  line-height: 1.35;
}

.module1-standalone .volume-module-name a:hover {
  color: #3154d4 !important;
}

.module1-standalone .volume-module-score {
  border-radius: 999px;
  background: #f0f1f3;
  color: #62656c;
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1;
  font-weight: 750;
}

.module1-standalone .volume-module-score.success { background: #eaf8f0; color: #237348; }
.module1-standalone .volume-module-score.warning { background: #fff5db; color: #a86b00; }
.module1-standalone .volume-module-score.danger { background: #fff0ef; color: #b83232; }

.module1-standalone .volume-overall {
  margin-top: 16px !important;
  padding-top: 14px;
  border-top: 1px solid #ebecef;
}

.module1-standalone .volume-pct-bar {
  height: 7px;
  border-radius: 999px;
  background: #eaebee;
}

.module1-standalone .volume-pct-fill {
  border-radius: inherit;
}

.module1-standalone .timeline {
  display: grid;
  gap: 12px;
}

.module1-standalone .timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border: 1px solid #e0e1e5;
  border-radius: 16px;
  background: #fff;
  padding: 16px 18px;
  box-shadow: 0 8px 22px rgba(20, 22, 26, 0.04);
}

.module1-standalone .timeline-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 11px;
  background: #f0f1f3;
  color: #3154d4;
  font-size: 16px;
  line-height: 1;
}

.module1-standalone .timeline-content {
  min-width: 0;
}

.module1-standalone .timeline-label {
  color: #17181a;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 650;
}

.module1-standalone .timeline-time {
  color: #777a80;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 4px;
}

.module1-standalone .empty-state {
  border: 1px solid #e0e1e5;
  border-radius: 16px;
  background: #fff;
  padding: 22px;
}

.module1-standalone .empty-state-title {
  color: #17181a;
  font-size: 15px;
  font-weight: 700;
}

.module1-standalone .empty-state-sub {
  color: #62656c;
  font-size: 14px;
  margin-top: 4px;
}

@media (max-width: 1180px) {
  .module1-app {
    grid-template-columns: 300px minmax(0, 1fr);
    padding: 20px;
  }

  .module1-sidebar,
  .module1-panel {
    min-height: calc(100vh - 40px);
  }

  .module1-standalone {
    padding: 20px;
  }

  .module1-header,
  .module1-overview,
  .module1-problem,
  .module1-tabs,
  .module1-filterbar,
  .module1-report-body,
  .module1-panel .tab-panel {
    padding-left: 34px;
    padding-right: 34px;
  }

  .module1-client-body {
    padding-left: 34px;
    padding-right: 34px;
  }

  .module1-client-row {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .module1-client-date,
  .module1-client-row-actions {
    grid-column: 2;
  }

  .module1-report-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .module1-app {
    display: block;
    padding: 12px;
  }

  .module1-standalone {
    padding: 12px;
  }

  .module1-standalone .module1-panel {
    border-radius: 22px;
  }

  .module1-sidebar {
    min-height: auto;
    border-radius: 22px 22px 0 0;
    border-right: 1px solid rgba(17, 18, 20, 0.1);
  }

  .module1-sidebar::after {
    display: none;
  }

  .module1-panel {
    min-height: auto;
    border-radius: 0 0 22px 22px;
    border-left: 1px solid rgba(17, 18, 20, 0.12);
  }

  .module1-header {
    display: grid;
    padding-top: 34px;
  }

  .module1-header h1 {
    font-size: 31px;
  }

  .module1-overview,
  .module1-filterbar {
    grid-template-columns: 1fr;
  }

  .module1-standalone .module1-overview.module1-overview-3 {
    grid-template-columns: 1fr;
  }

  .module1-report-grid {
    grid-template-columns: 1fr;
  }

  .module1-report-body {
    padding-top: 24px;
  }

  .module1-panel .checklist-header {
    align-items: stretch;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 34px;
  }

  .module1-panel .checklist-counter {
    width: 100%;
    font-size: 20px;
  }

  .module1-panel .score-badge {
    min-width: 70px;
    padding: 8px 18px;
    font-size: 18px;
  }

  .module1-panel .checklist-items {
    gap: 38px;
  }

  .module1-panel .checklist-section {
    gap: 16px;
  }

  .module1-panel .checklist-section-title {
    font-size: 14px;
  }

  .module1-panel .checklist-item {
    border-radius: 15px;
    padding: 20px;
  }

  .module1-panel .checklist-item-top {
    gap: 14px;
  }

  .module1-panel .checklist-cb {
    width: 30px;
    height: 30px;
    border-radius: 9px;
  }

  .module1-panel .checklist-cb:checked::after {
    left: 9px;
    top: 5px;
    width: 8px;
    height: 14px;
    border-width: 0 3px 3px 0;
  }

  .module1-panel .checklist-title {
    font-size: 18px;
  }

  .module1-panel .checklist-desc {
    font-size: 16px;
  }

  .module1-panel .badge-critical,
  .module1-panel .checklist-law {
    font-size: 12px;
    min-height: 24px;
    padding: 6px 10px;
  }

  .module1-panel .note-toggle {
    width: 44px;
    height: 40px;
    border-radius: 12px;
  }

  .module1-panel .note-toggle svg {
    width: 20px;
    height: 20px;
  }

  .module1-panel .note-area {
    margin-left: 44px;
  }

  .module1-client-body {
    padding: 24px 24px 38px;
  }

  .module1-client-actions {
    grid-template-columns: 1fr;
  }

  .module1-client-row {
    grid-template-columns: 1fr;
  }

  .module1-client-mark,
  .module1-client-date,
  .module1-client-row-actions {
    grid-column: auto;
  }

  .module1-client-row-actions,
  .module1-form-actions {
    flex-wrap: wrap;
  }

  .module1-form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .module1-tabs {
    overflow-x: auto;
  }

  .module1-tabs .tab-btn {
    white-space: nowrap;
  }
}
