.nom030-app {
  --n30-ink: #202a28;
  --n30-muted: #68736f;
  --n30-line: #d8dfdc;
  --n30-green: #194f47;
  --n30-green-2: #287065;
  --n30-mint: #e4eeeb;
  --n30-gold: #c99c3b;
  --n30-cream: #f4edde;
  width: 100%;
  margin: 0 auto;
  color: var(--n30-ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.4;
}
.nom030-app * { box-sizing: border-box; }
.nom030-app button, .nom030-app input, .nom030-app textarea, .nom030-app select { font: inherit; }
.nom030-app button { cursor: pointer; }
.n30-shell { overflow: hidden; border: 1px solid var(--n30-line); border-radius: 16px; background: #f5f7f6; box-shadow: 0 18px 50px rgba(32, 56, 51, .1); }
.n30-header { padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: #fff; border-bottom: 1px solid var(--n30-line); }
.n30-brand { display: flex; align-items: center; gap: 12px; }
.n30-brand > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--n30-green); font-size: 11px; font-weight: 800; }
.n30-brand div { display: flex; flex-direction: column; }
.n30-brand strong { font-size: 15px; }
.n30-brand small { color: var(--n30-muted); font-size: 10px; }
.n30-header button { min-height: 40px; padding: 0 15px; border: 0; border-radius: 8px; color: #fff; background: var(--n30-green); font-size: 11px; font-weight: 700; }
.n30-layout { display: grid; grid-template-columns: 245px minmax(0, 1fr); }
.n30-nav { padding: 26px 18px; background: #eef2f0; border-right: 1px solid var(--n30-line); }
.n30-nav h2 { margin: 0 0 18px; font-size: 20px; line-height: 1.18; }
.n30-nav-buttons { display: flex; flex-direction: column; gap: 7px; }
.n30-step { width: 100%; padding: 11px; display: flex; align-items: center; gap: 10px; border: 0; border-radius: 10px; color: var(--n30-muted); background: transparent; text-align: left; }
.n30-step > span { width: 29px; height: 29px; flex: 0 0 29px; display: grid; place-items: center; border: 1px solid var(--n30-line); border-radius: 50%; background: #fff; font-size: 10px; }
.n30-step b { display: block; color: var(--n30-ink); font-size: 11px; }
.n30-step small { display: block; margin-top: 2px; font-size: 9px; }
.n30-step.is-active { background: #fff; box-shadow: 0 7px 22px rgba(32,56,51,.08); }
.n30-step.is-active > span { color: #fff; background: var(--n30-green); border-color: var(--n30-green); }
.n30-progress { margin-top: 20px; padding: 13px; border-radius: 10px; background: #fff; font-size: 9px; }
.n30-progress div { display: flex; justify-content: space-between; }
.n30-progress i { height: 6px; margin: 9px 0 5px; display: block; overflow: hidden; border-radius: 10px; background: #e5ebe8; }
.n30-progress i b { height: 100%; display: block; background: var(--n30-gold); }
.n30-main { min-width: 0; padding: 28px; background: #fff; }
.n30-title { margin-bottom: 22px; padding-bottom: 17px; display: flex; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--n30-line); }
.n30-title span { color: var(--n30-green-2); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.n30-title h2 { margin: 4px 0 0; font-size: 25px; }
.n30-title em { height: fit-content; padding: 7px 10px; border: 1px solid #bed0ca; border-radius: 999px; color: var(--n30-green); background: #f8fbfa; font-size: 9px; font-style: normal; font-weight: 700; }
.n30-notice { margin-bottom: 18px; padding: 14px 16px; border-left: 4px solid var(--n30-gold); background: var(--n30-cream); font-size: 11px; font-weight: 700; }
.n30-section { margin-bottom: 18px; padding: 20px; border: 1px solid var(--n30-line); border-radius: 12px; background: #fbfcfb; }
.n30-section-head { margin-bottom: 17px; }
.n30-section-head h3 { margin: 0; font-size: 14px; }
.n30-section-head p { margin: 4px 0 0; color: var(--n30-muted); font-size: 10px; }
.n30-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.n30-grid.n30-compact { grid-template-columns: repeat(3, 1fr); }
.n30-field { min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.n30-field.n30-wide { grid-column: 1 / -1; }
.n30-field > span { font-size: 10px; font-weight: 750; }
.n30-field input, .n30-field select, .n30-field textarea { width: 100%; border: 1px solid #cad4d0; border-radius: 8px; color: var(--n30-ink); background: #fff; outline: 0; }
.n30-field input, .n30-field select { height: 42px; padding: 0 11px; }
.n30-field textarea { min-height: 78px; padding: 10px 11px; resize: vertical; }
.n30-field input:focus, .n30-field select:focus, .n30-field textarea:focus { border-color: var(--n30-green-2); box-shadow: 0 0 0 3px rgba(40,112,101,.1); }
.n30-field small { color: var(--n30-muted); font-size: 8.5px; line-height: 1.45; }
.n30-help { margin: 14px 0; padding: 12px 13px; display: flex; gap: 9px; border-radius: 9px; background: var(--n30-mint); color: #4f625d; font-size: 9.5px; }
.n30-help b { color: var(--n30-green); }
.n30-upload { margin-top: 14px; padding: 14px; display: grid; grid-template-columns: 180px 1fr; gap: 16px; border: 1px solid var(--n30-line); border-radius: 10px; background: #fff; }
.n30-upload-preview { min-height: 120px; display: grid; place-items: center; overflow: hidden; border: 1px dashed #bdc9c5; border-radius: 8px; color: #84908c; background: #f1f5f3; font-size: 10px; text-align: center; }
.n30-upload-preview img { width: 100%; height: 140px; object-fit: contain; background: #fff; }
.n30-upload h4 { margin: 0 0 7px; font-size: 12px; }
.n30-upload ul { margin: 0 0 11px; padding-left: 17px; color: var(--n30-muted); font-size: 9px; line-height: 1.5; }
.n30-file-button { min-height: 36px; padding: 0 12px; display: inline-flex; align-items: center; border-radius: 7px; color: #fff; background: var(--n30-green); font-size: 9px; font-weight: 700; }
.n30-file-button input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.n30-remove { min-height: 36px; margin-left: 7px; padding: 0 11px; border: 1px solid #dabdb7; border-radius: 7px; color: #93483e; background: #fff; font-size: 9px; }
.n30-actions { margin-top: 22px; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid var(--n30-line); }
.n30-actions button, .n30-download { min-height: 42px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; font-size: 10.5px; font-weight: 750; text-decoration: none; }
.n30-prev { border: 1px solid #c7d1cd; color: var(--n30-ink); background: #fff; }
.n30-next { border: 0; color: #fff; background: var(--n30-green); }
.n30-review-head { padding: 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-radius: 11px 11px 0 0; color: #fff; background: var(--n30-green); }
.n30-review-head h3 { margin: 5px 0 3px; font-size: 19px; }
.n30-review-head p { margin: 0; color: #c6d7d2; font-size: 9.5px; }
.n30-review-head small { padding: 4px 7px; border-radius: 999px; background: rgba(255,255,255,.14); font-size: 8px; }
.n30-download { color: #1e3c37; background: #e7c46f; }
.n30-preview { height: 720px; padding: 22px; overflow: auto; border: 1px solid var(--n30-line); border-top: 0; background: #dfe4e1; }
.n30-paper { width: 100%; max-width: 610px; min-height: 760px; margin: 0 auto 20px; padding: 43px 50px; position: relative; color: #222b29; background: #fff; box-shadow: 0 12px 30px rgba(34,52,48,.14); }
.n30-paper-head { padding-bottom: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; border-bottom: 2px solid var(--n30-green); font-size: 7px; }
.n30-paper-head > div { display: flex; align-items: center; gap: 8px; }
.n30-paper-head > div:last-child { display: flex; flex-direction: column; align-items: flex-end; text-align: right; }
.n30-paper-head img { width: 46px; height: 30px; object-fit: contain; }
.n30-paper .n30-date { margin: 18px 0 25px; text-align: right; font-size: 8px; }
.n30-paper h2 { margin: 0; color: var(--n30-green); font-size: 21px; line-height: 1.18; }
.n30-paper h4 { margin: 18px 0 9px; padding: 7px 9px; color: var(--n30-green); background: var(--n30-mint); font-size: 8px; }
.n30-paper p, .n30-paper li { font-size: 9px; line-height: 1.55; }
.n30-signatures { margin-top: 50px; display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.n30-signatures div { padding-top: 8px; border-top: 1px solid #4b5552; text-align: center; font-size: 8px; }
.n30-plan-preview { height: 420px; padding: 8px; display: grid; place-items: center; border: 1px solid #cad4d0; background: #f5f7f6; }
.n30-plan-preview img { width: 100%; height: 100%; object-fit: contain; }
.n30-contractor { margin-top: 13px; padding: 14px; border-radius: 9px; background: #eef2f0; }
.n30-contractor-head { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 10px; }
.n30-contractor-head button { border: 0; color: #984a40; background: transparent; font-size: 9px; }
.n30-add { min-height: 36px; padding: 0 12px; border: 1px solid #bfcac6; border-radius: 7px; color: var(--n30-green); background: #fff; font-size: 9px; font-weight: 700; }
.n30-error { margin: 12px 0; padding: 11px 13px; border: 1px solid #e4bdb5; border-radius: 8px; color: #8f4036; background: #fff1ee; font-size: 10px; }
@media (max-width: 850px) {
  .n30-layout { grid-template-columns: 1fr; }
  .n30-nav { border-right: 0; border-bottom: 1px solid var(--n30-line); }
  .n30-nav-buttons { flex-direction: row; overflow-x: auto; }
  .n30-step { width: auto; flex: 0 0 auto; }
  .n30-step div { display: none; }
  .n30-progress { display: none; }
}
@media (max-width: 620px) {
  .n30-header, .n30-main { padding: 17px 14px; }
  .n30-header button { display: none; }
  .n30-title em { display: none; }
  .n30-grid, .n30-grid.n30-compact { grid-template-columns: 1fr; }
  .n30-field.n30-wide { grid-column: auto; }
  .n30-upload { grid-template-columns: 1fr; }
  .n30-review-head { align-items: stretch; flex-direction: column; }
  .n30-download { width: 100%; }
  .n30-preview { height: 590px; padding: 8px; }
  .n30-paper { min-height: 690px; padding: 32px 28px; }
}
