.nssig-public { --nssig-ink: #162033; --nssig-muted: #667085; --nssig-line: #d9e2ec; --nssig-accent: #0f766e; box-sizing: border-box; clear: both; max-width: 100%; color: var(--nssig-ink); font-family: inherit; isolation: isolate; }
.nssig-public *, .nssig-public *::before, .nssig-public *::after { box-sizing: border-box; }
.nssig-card { max-width: 760px; margin: 0 auto; padding: clamp(20px, 4vw, 34px); background: linear-gradient(180deg, #fff 0%, #f8fbff 100%); border: 1px solid var(--nssig-line); border-radius: 8px; box-shadow: 0 16px 40px rgba(22, 32, 51, .08); }
.nssig-form > h2, .nssig-list h2 { margin: 0 0 8px; font-size: clamp(1.5rem, 2.4vw, 2.2rem); line-height: 1.15; }
.nssig-description { margin: 0 0 22px; color: var(--nssig-muted); line-height: 1.7; overflow-wrap: anywhere; }
.nssig-description > p { margin-top: 0; margin-bottom: 1.1em; }
.nssig-description > :where(h2, h3, h4, h5, h6) { margin-top: 1.4em; margin-bottom: .55em; color: var(--nssig-ink); line-height: 1.25; }
.nssig-description > h2 { font-size: 1.5em; }
.nssig-description > h3 { font-size: 1.3em; }
.nssig-description > :where(h4, h5, h6) { font-size: 1.1em; }
.nssig-description > :where(ul, ol) { margin-top: 0; margin-bottom: 1.1em; padding-left: 1.45em; }
.nssig-description li + li { margin-top: .35em; }
.nssig-description > blockquote { margin: 1.25em 0; padding: .1em 0 .1em 1em; border-left: 3px solid rgba(15, 118, 110, .45); }
.nssig-description > hr { margin: 1.5em 0; border: 0; border-top: 1px solid var(--nssig-line); }
.nssig-description a { color: var(--nssig-accent); text-underline-offset: .13em; }
.nssig-description > :first-child { margin-top: 0; }
.nssig-description > :last-child { margin-bottom: 0; }
.nssig-statement-card:not(.nssig-theme-light) .nssig-description > :where(h2, h3, h4, h5, h6) { color: inherit; }
.nssig-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.nssig-field { display: flex; flex-direction: column; gap: 6px; }
.nssig-field-full { grid-column: 1 / -1; }
.nssig-field label { font-size: .92rem; font-weight: 700; }
.nssig-field input[type="text"], .nssig-field input[type="email"], .nssig-field textarea, .nssig-field select { box-sizing: border-box; width: 100%; min-height: 46px; padding: 12px 13px; color: var(--nssig-ink); background: #fff; border: 1px solid #cbd5e1; border-radius: 8px; font: inherit; }
.nssig-field textarea { min-height: 118px; resize: vertical; }
.nssig-check { display: flex; align-items: flex-start; gap: 10px; grid-column: 1 / -1; line-height: 1.4; }
.nssig-check input { margin-top: 3px; }
.nssig-button { padding: 13px 18px; color: #fff; background: var(--nssig-accent); border: 0; border-radius: 8px; font: inherit; font-weight: 800; cursor: pointer; }
.nssig-button:hover { background: #115e59; }
.nssig-button:disabled { cursor: not-allowed; opacity: .65; }
.nssig-status { display: none; margin-top: 14px; padding: 12px 14px; border-radius: 8px; font-weight: 700; }
.nssig-status.is-visible { display: block; }
.nssig-status.is-error { color: #991b1b; background: #fef2f2; }
.nssig-status.is-success { color: #065f46; background: #ecfdf5; }
.nssig-hidden { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.nssig-list { max-width: 920px; }
.nssig-list-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--nssig-line); }
.nssig-count { padding: 7px 12px; color: #115e59; white-space: nowrap; background: #e6fffb; border: 1px solid #99f6e4; border-radius: 999px; font-weight: 800; }
.nssig-signature-items { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.nssig-signature-item { padding: 16px; background: #fff; border: 1px solid var(--nssig-line); border-radius: 8px; box-shadow: 0 10px 22px rgba(22, 32, 51, .06); }
.nssig-signer { margin: 0 0 3px; font-size: 1.03rem; font-weight: 800; }
.nssig-meta { margin: 0 0 10px; color: var(--nssig-muted); font-size: .92rem; }
.nssig-message { margin: 10px 0 0; padding-left: 10px; color: #344054; border-left: 3px solid var(--nssig-accent); }
.nssig-detail { margin: 6px 0 0; color: #475467; font-size: .9rem; }
.nssig-statement-card { max-width: 1060px; padding: clamp(22px, 4vw, 42px); color: #e9e9e9; background: #111; border: 0; border-radius: 0; box-shadow: none; }
.nssig-type-tabs { display: flex; justify-content: center; gap: 24px; margin: 0 0 clamp(34px, 5vw, 58px); }
.nssig-type-button { min-width: min(260px, 42vw); padding: 22px 30px; color: #f2f2f2; background: transparent; border: 1px solid #333; font: inherit; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.nssig-type-button.is-active { color: #111; background: #efefef; border-color: #efefef; }
.nssig-mode-panel[hidden] { display: none; }
.nssig-statement-card .nssig-grid { display: block; }
.nssig-statement-card .nssig-field { display: block; margin: 0 0 28px; }
.nssig-statement-card .nssig-field label { display: block; margin-bottom: 10px; color: inherit; font-size: clamp(1rem, 2vw, 1.3rem); }
.nssig-statement-card .nssig-field input, .nssig-statement-card .nssig-field textarea { min-height: 62px; padding: 16px 20px; color: #f4f4f4; background: #262626; border-color: #3a3a3a; }
.nssig-statement-card .nssig-check { margin-bottom: 18px; color: #c4c5c8; }
.nssig-theme-light.nssig-statement-card { color: #162033; background: #fff; border: 1px solid var(--nssig-line); box-shadow: 0 16px 40px rgba(22, 32, 51, .08); }
.nssig-theme-light .nssig-type-button { color: #162033; background: #fff; border-color: #cbd5e1; }
.nssig-theme-light .nssig-type-button.is-active { color: #fff; background: #162033; border-color: #162033; }
.nssig-theme-light.nssig-statement-card .nssig-field input, .nssig-theme-light.nssig-statement-card .nssig-field textarea { color: #162033; background: #fff; border-color: #cbd5e1; }
.nssig-theme-light.nssig-statement-card .nssig-check { color: #475467; }
@media (max-width: 640px) { .nssig-grid { grid-template-columns: 1fr; } .nssig-card { padding: 20px; } .nssig-list-head { align-items: flex-start; flex-direction: column; } .nssig-type-tabs { gap: 10px; } .nssig-type-button { min-width: 0; padding: 16px 14px; width: 50%; } }
