.tool-shell {
            padding-top: 96px;
            padding-bottom: 48px
        }

        .tool-wrap {
            max-width: 980px;
            margin: 0 auto;
            background: var(--color-surface);
            border: 1px solid var(--color-border);
            border-radius: var(--radius-xl);
            padding: 20px;
            box-shadow: var(--shadow-md)
        }

        .tool-header {
            text-align: center;
            max-width: 780px;
            margin: 0 auto 20px
        }

        .tool-header h1 {
            font-size: clamp(1.6rem, 3.6vw, 2.2rem)
        }

.pc-auto-91570459 { max-width: 900px; margin: 48px auto; padding: 0 20px; background: #f8fcfa; border: 1px solid #d7e6de; border-radius: 12px; padding: 24px; }

.pc-auto-cd442573 { font-size: 1.2rem; margin-bottom: 16px; color: var(--color-text-primary); }

.pc-auto-14b21d95 { color: var(--color-text-secondary); margin-bottom: 12px; }

.pc-auto-d53ae4e4 { line-height: 1.8; margin-left: 20px; }

.pc-auto-d3748fbc { color: var(--color-primary); text-decoration: none; font-weight: 500; }


/* Keep typography weight consistent with site defaults */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 400;
}

.navbar,
.tool-header h1,
.tool-header p,
.footer,
.footer-links a,
.footer-links span {
  font-weight: inherit;
}

.nav-links a {
  font-weight: 500;
}

.logo-text {
  font-weight: 600;
}
