﻿/*_______________________________________________________________________________________________________________
 * |                                                                                                             |
 * |  ████████╗  ██████╗   ██████╗  ██╗      ███╗   ██╗ ███████╗ ███████╗ ████████╗        ███╗   ███╗ ██████╗   |
 * |  ╚══██╔══╝ ██╔═══██╗ ██╔═══██╗ ██║      ████╗  ██║ ██╔════╝ ██╔════╝ ╚══██╔══╝        ████╗ ████║ ██╔══██╗  |
 * |     ██║    ██║   ██║ ██║   ██║ ██║      ██╔██╗ ██║ █████╗   ███████╗    ██║    █████╗ ██╔████╔██║ ██████╔╝  |
 * |     ██║    ██║   ██║ ██║   ██║ ██║      ██║╚██╗██║ ██╔══╝   ╚════██║    ██║    ╚════╝ ██║╚██╔╝██║ ██╔═══╝   |
 * |     ██║    ╚██████╔╝ ╚██████╔╝ ███████╗ ██║ ╚████║ ███████╗ ███████║    ██║           ██║ ╚═╝ ██║ ██║       |
 * |     ╚═╝     ╚═════╝   ╚═════╝  ╚══════╝ ╚═╝  ╚═══╝ ╚══════╝ ╚══════╝    ╚═╝           ╚═╝     ╚═╝ ╚═╝       |
 * |                                                                                                             |
 * |    ███╗   ███╗  █████╗  ███╗   ███╗ ███████╗ ██████╗  ██╗ ███╗   ██╗      ██████╗  ██████╗  ███╗   ███╗     |
 * |    ████╗ ████║ ██╔══██╗ ████╗ ████║ ██╔════╝ ██╔══██╗ ██║ ████╗  ██║     ██╔════╝ ██╔═══██╗ ████╗ ████║     |
 * |    ██╔████╔██║ ███████║ ██╔████╔██║ █████╗   ██████╔╝ ██║ ██╔██╗ ██║     ██║      ██║   ██║ ██╔████╔██║     |
 * |    ██║╚██╔╝██║ ██╔══██║ ██║╚██╔╝██║ ██╔══╝   ██╔═══╝  ██║ ██║╚██╗██║     ██║      ██║   ██║ ██║╚██╔╝██║     |
 * |    ██║ ╚═╝ ██║ ██║  ██║ ██║ ╚═╝ ██║ ███████╗ ██║      ██║ ██║ ╚████║ ██╗ ╚██████╗ ╚██████╔╝ ██║ ╚═╝ ██║     |
 * |    ╚═╝     ╚═╝ ╚═╝  ╚═╝ ╚═╝     ╚═╝ ╚══════╝ ╚═╝      ╚═╝ ╚═╝  ╚═══╝ ╚═╝  ╚═════╝  ╚═════╝  ╚═╝     ╚═╝     |
 * |                                                                                                             |
 * |                                                                                                             |
 * |                                 (C) 2021- mamepin.com - ALL RIGHTS RESERVED                                 |
 * |                                         Unauthorized use prohibited                                         |
 * |_____________________________________________________________________________________________________________|
 */

#main-content {
	max-width: 960px;
}

.tnm-tool-ip-checker {
	--tnm-ip-primary-bg: #ffffff;
	--tnm-ip-sub-bg: #f3f4f6;
	--tnm-ip-accent: #2563eb;
	--tnm-ip-accent-strong: #1d4ed8;
	--tnm-ip-text-main: #111827;
	--tnm-ip-text-sub: #4b5563;
	--tnm-ip-border: #e5e7eb;
	--tnm-ip-highlight: #fffbeb;
	--tnm-ip-highlight-border: #fef3c7;
	background-color: var(--tnm-ip-primary-bg);
	color: var(--tnm-ip-text-main);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	line-height: 1.8;
	border: 1px solid var(--tnm-ip-border);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(17, 24, 39, 0.08);
	margin: 32px 0;
}

.tnm-tool-ip-checker__hero {
	padding: 80px 20px;
	text-align: center;
	border-bottom: 1px solid var(--tnm-ip-border);
	background: radial-gradient(circle at top, #fff 0%, var(--tnm-ip-sub-bg) 100%);
}

.tnm-tool-ip-checker__hero-main {
	display: flex;
	justify-content: center;
	max-width: 100%;
}

.tnm-tool-ip-checker__hero-copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	width: 100%;
}

.tnm-tool-ip-checker__hero-label {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--tnm-ip-text-sub);
	letter-spacing: 0.03em;
}

.tnm-tool-ip-checker__ip-button {
	display: block;
	max-width: min(100%, 820px);
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	text-align: center;
	color: inherit;
}

.tnm-tool-ip-checker__ip {
	display: block;
	font-size: clamp(2.5rem, 10vw, 5rem);
	font-weight: 800;
	color: #000;
	margin: 0;
	font-family: ui-monospace, SFMono-Regular, "Cascadia Mono", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
	letter-spacing: -0.01em;
	line-height: 1;
	overflow-wrap: anywhere;
	word-break: normal;
}

.tnm-tool-ip-checker__badge {
	display: inline-block;
	margin-top: 20px;
	padding: 6px 16px;
	background: var(--tnm-ip-accent);
	color: #fff;
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 700;
}

.tnm-tool-ip-checker__hero-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.tnm-tool-ip-checker__icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 6px;
	border: 1px solid var(--tnm-ip-border);
	background: #fff;
	color: var(--tnm-ip-accent-strong);
	font-size: 1.2rem;
	cursor: pointer;
	box-shadow: 0 8px 16px rgba(17, 24, 39, 0.08);
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.tnm-tool-ip-checker__copy-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	line-height: 1;
}

.tnm-tool-ip-checker__copy-icon svg {
	width: 100%;
	height: 100%;
	stroke: currentColor;
	fill: none;
	stroke-width: 1.7;
	stroke-linejoin: round;
}

.tnm-tool-ip-checker__ip-button:hover,
.tnm-tool-ip-checker__ip-button:focus-visible {
	outline: none;
	color: var(--tnm-ip-accent-strong);
}

.tnm-tool-ip-checker__icon-btn:hover,
.tnm-tool-ip-checker__icon-btn:focus-visible {
	transform: translateY(-1px);
	border-color: var(--tnm-ip-accent);
	box-shadow: 0 12px 24px rgba(37, 99, 235, 0.16);
	outline: none;
}

.tnm-tool-ip-checker__icon-btn:disabled {
	opacity: 0.6;
	cursor: wait;
	transform: none;
}

.tnm-tool-ip-checker__container {
	max-width: 850px;
	margin: 0 auto;
	padding: 50px 20px;
}

.tnm-tool-ip-checker__info-card {
	background: #fff;
	border: 1px solid var(--tnm-ip-border);
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 40px;
}

.tnm-tool-ip-checker__section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 20px;
	background: var(--tnm-ip-sub-bg);
	border-bottom: 1px solid var(--tnm-ip-border);
}

.tnm-tool-ip-checker__section-title {
	font-size: 1rem;
	margin: 0;
}

.tnm-tool-ip-checker__table {
	width: 100%;
	border-collapse: collapse;
}

.tnm-tool-ip-checker__table tr:last-child {
	border-bottom: none;
}

.tnm-tool-ip-checker__table tr {
	border-bottom: 1px solid #f1f1f1;
}

.tnm-tool-ip-checker__table th,
.tnm-tool-ip-checker__table td {
	padding: 15px 20px;
	font-size: 0.95rem;
	vertical-align: top;
}

.tnm-tool-ip-checker__table th {
	text-align: left;
	color: var(--tnm-ip-text-sub);
	width: 35%;
	font-weight: 500;
	background: #fafafa;
}

.tnm-tool-ip-checker__table td {
	text-align: left;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.tnm-tool-ip-checker__copy-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background: #e5e7eb;
	border: 1px solid #d1d5db;
	padding: 0;
	border-radius: 4px;
	cursor: pointer;
	font-size: 0.9rem;
	line-height: 1;
	transition: background-color 0.15s ease, border-color 0.15s ease;
}

.tnm-tool-ip-checker__copy-btn:hover {
	background: #d1d5db;
}

.tnm-tool-ip-checker__copy-btn--section {
	width: 40px;
	height: 40px;
	font-size: 1rem;
	white-space: nowrap;
}

.tnm-tool-ip-checker__copy-btn--inline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	font-size: 0.72rem;
}

.tnm-tool-ip-checker__cell-inline {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.tnm-tool-ip-checker__ua-inline {
	font-size: 0.82rem;
	color: #6b7280;
	line-height: 1.6;
	overflow-wrap: anywhere;
}

.tnm-tool-ip-checker__th-content {
	display: flex;
	align-items: center;
	gap: 8px;
}

.tnm-tool-ip-checker__th-label {
	display: inline-block;
	line-height: 1.5;
}

.tnm-tool-ip-checker__table td[data-role="reverse"],
.tnm-tool-ip-checker__table td[data-role="as"],
.tnm-tool-ip-checker__table td[data-role="timezone"] {
	font-family: ui-monospace, SFMono-Regular, "Cascadia Mono", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.tnm-tool-ip-checker__seo-content {
	margin-top: 60px;
}

.tnm-tool-ip-checker__seo-content h3 {
	font-size: 1.6rem;
	margin: 0 0 25px;
	border-bottom: 2px solid var(--tnm-ip-text-main);
	padding-bottom: 10px;
}

.tnm-tool-ip-checker__seo-content h4 {
	font-size: 1.3rem;
	margin: 40px 0 16px;
	color: var(--tnm-ip-accent);
}

.tnm-tool-ip-checker__seo-content p {
	margin-bottom: 20px;
	color: #374151;
}

.tnm-tool-ip-checker__seo-content ul,
.tnm-tool-ip-checker__seo-content dl {
	margin-bottom: 30px;
}

.tnm-tool-ip-checker__seo-content li {
	margin-bottom: 10px;
}

.tnm-tool-ip-checker__seo-content dt {
	font-weight: 700;
	font-size: 1.1rem;
	margin-top: 20px;
}

.tnm-tool-ip-checker__seo-content dd {
	margin-left: 0;
	color: var(--tnm-ip-text-sub);
}

.tnm-tool-ip-checker__note-box {
	background-color: var(--tnm-ip-highlight);
	border: 1px solid var(--tnm-ip-highlight-border);
	padding: 25px;
	border-radius: 6px;
	margin: 30px 0;
}

.tnm-tool-ip-checker__note-box strong {
	display: block;
	margin-bottom: 10px;
	color: #92400e;
}

.tnm-tool-ip-checker__note-box p {
	margin: 0;
}

.tnm-tool-ip-checker__footer {
	text-align: center;
	padding: 20px 0 0;
	color: var(--tnm-ip-text-sub);
	font-size: 0.85rem;
	border-top: 1px solid var(--tnm-ip-border);
	margin-top: 40px;
}

@media (max-width: 600px) {
	.tnm-tool-ip-checker {
		border: none;
		border-radius: 0;
		box-shadow: none;
		overflow: visible;
		margin: 20px 0;
	}

	.tnm-tool-ip-checker__hero {
		padding: 44px 12px;
	}

	.tnm-tool-ip-checker__hero-main {
		display: block;
	}

	.tnm-tool-ip-checker__hero-actions {
		flex-direction: row;
	}

	.tnm-tool-ip-checker__container {
		padding: 32px 0;
	}

	.tnm-tool-ip-checker__section-heading {
		padding: 12px 14px;
	}

	.tnm-tool-ip-checker__table th,
	.tnm-tool-ip-checker__table td {
		display: table-cell;
		width: auto;
		text-align: left;
	}

	.tnm-tool-ip-checker__table th {
		width: 40%;
		padding-right: 12px;
	}

	.tnm-tool-ip-checker__table th,
	.tnm-tool-ip-checker__table td {
		padding: 13px 14px;
		font-size: 0.88rem;
	}

	.tnm-tool-ip-checker__cell-inline {
		flex-direction: column;
		align-items: stretch;
	}

	.tnm-tool-ip-checker__th-content {
		gap: 8px;
	}
}
