.gtp-page .gtp-form:not(.rh-ar-form-wrap) {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 24px;
	margin-top: 16px;
}
.gtp-field { margin-bottom: 16px; }
.gtp-form-section {
	margin: 28px 0 12px;
	padding-top: 8px;
	border-top: 1px solid #e2e8f0;
	font-size: 20px;
	font-weight: 700;
	color: #0f172a;
}
.gtp-field label { display: block; font-weight: 600; margin-bottom: 6px; color: #0f172a; }
.gtp-field input, .gtp-field textarea, .gtp-field select { width: 100%; border: 1px solid #cbd5e1; border-radius: 10px; padding: 10px 12px; font-size: 15px; }
.gtp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.gtp-btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; padding: 12px 20px; font-weight: 600; border: none; cursor: pointer; text-decoration: none; }
.gtp-btn--primary { background: #2563eb; color: #fff; }
.gtp-btn--ghost { background: #f1f5f9; color: #0f172a; border: 1px solid #cbd5e1; }
.gtp-btn--light { background: #fff; color: #1d4ed8; }
.gtp-alert { border-radius: 12px; padding: 14px 16px; margin: 16px 0; }
.gtp-alert--success { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.gtp-alert--error { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.gtp-dns-box { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 24px; margin-top: 16px; }
.gtp-dns-table { width: 100%; border-collapse: collapse; margin: 12px 0 20px; }
.gtp-dns-table th, .gtp-dns-table td { text-align: left; padding: 10px 12px; border-bottom: 1px solid #e2e8f0; vertical-align: top; }
.gtp-dns-table th { width: 140px; color: #64748b; font-weight: 600; }
.gtp-dns-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.gtp-verify-result { margin-top: 12px; font-size: 14px; }
.gtp-hint { color: #64748b; font-size: 14px; }
.gtp-owner-box { border-color: #bfdbfe !important; }
.gtp-owner-box p { margin: 0 0 14px; font-size: 14px; line-height: 1.5; color: #475569; }
.gtp-owner-box .gtp-owner-link {
	color: #1d4ed8;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.gtp-owner-box .gtp-owner-link:hover { color: #1e40af; }
.gtp-owner-box .gtp-owner-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	margin-top: 4px;
}
.gtp-pending-note { color: #b45309; font-weight: 600; }
.gtp-claim-btn { margin-top: 8px; }
.gtp-portal-link { margin-top: 20px; font-size: 13px; color: #64748b; word-break: break-all; }
@media (max-width: 640px) { .gtp-grid { grid-template-columns: 1fr; } }
