/*
 * CIH Affiliate ダッシュボード スタイル
 * 設計書9章のアフィリエイト用ダッシュボード向け。
 * 既存テーマに馴染ませるため、落ち着いた配色・最小限の装飾にとどめる。
 */

.cih-aff-dashboard {
	max-width: 720px;
	margin: 0 auto;
	font-family: inherit;
	color: #1f2933;
}

.cih-aff-title {
	font-size: 1.4rem;
	margin: 0 0 16px;
	padding-bottom: 8px;
	border-bottom: 2px solid #16a085;
}

/* フラッシュメッセージ */
.cih-aff-flash {
	padding: 10px 14px;
	border-radius: 6px;
	margin-bottom: 16px;
	font-size: 0.92rem;
}
.cih-aff-flash--success { background: #e6f7ef; color: #0b6b4f; border: 1px solid #9fdcc4; }
.cih-aff-flash--error   { background: #fdecea; color: #a4291c; border: 1px solid #f0b3ab; }
.cih-aff-flash--notice  { background: #eef2f7; color: #3a4a5c; border: 1px solid #c4d0de; }

/* カード */
.cih-aff-card {
	background: #fff;
	border: 1px solid #e1e6eb;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 18px;
	box-shadow: 0 1px 3px rgba(20, 40, 60, 0.05);
}
.cih-aff-card__head {
	font-size: 1.05rem;
	margin: 0 0 14px;
	color: #16a085;
}
.cih-aff-notice { text-align: center; color: #555; }

/* 紹介コード・URL */
.cih-aff-code { margin: 0 0 12px; font-size: 0.95rem; }
.cih-aff-code strong { letter-spacing: 0.5px; }

.cih-aff-urlbox { display: flex; gap: 8px; }
.cih-aff-url {
	flex: 1;
	padding: 8px 10px;
	border: 1px solid #c4d0de;
	border-radius: 6px;
	font-size: 0.9rem;
	background: #f7f9fb;
}
.cih-aff-copy, .cih-aff-btn {
	background: #16a085;
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 8px 16px;
	cursor: pointer;
	font-size: 0.9rem;
}
.cih-aff-copy:hover, .cih-aff-btn:hover { background: #128f76; }
.cih-aff-copy.copied { background: #0b6b4f; }

.cih-aff-qr {
	margin: 16px 0 4px;
	display: flex;
	justify-content: center;
}
.cih-aff-qr canvas, .cih-aff-qr img { border: 1px solid #e1e6eb; border-radius: 6px; }

.cih-aff-hint { font-size: 0.82rem; color: #6b7785; margin: 8px 0 0; }

/* 統計 */
.cih-aff-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 14px;
}
.cih-aff-stat {
	background: #f7f9fb;
	border-radius: 8px;
	padding: 14px;
	text-align: center;
}
.cih-aff-stat__num {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	color: #1f2933;
}
.cih-aff-stat__label {
	display: block;
	font-size: 0.9rem;
	margin-top: 4px;
	color: #3a4a5c;
}
.cih-aff-stat__sub {
	display: block;
	font-size: 0.76rem;
	color: #6b7785;
	margin-top: 4px;
}

/* テーブル */
.cih-aff-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.cih-aff-table th, .cih-aff-table td {
	border-bottom: 1px solid #e1e6eb;
	padding: 8px 10px;
	text-align: left;
}
.cih-aff-table th { background: #f7f9fb; color: #3a4a5c; }
.cih-aff-empty { color: #6b7785; font-size: 0.9rem; margin: 0; }

/* ウォレットフォーム */
.cih-aff-walletform { margin-top: 12px; }
.cih-aff-input {
	width: 100%;
	padding: 9px 11px;
	border: 1px solid #c4d0de;
	border-radius: 6px;
	font-size: 0.92rem;
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	box-sizing: border-box;
}
.cih-aff-input.is-valid   { border-color: #9fdcc4; background: #f4fbf8; }
.cih-aff-input.is-invalid { border-color: #f0b3ab; background: #fdf4f3; }
.cih-aff-wallet-feedback { font-size: 0.82rem; margin: 6px 0 10px; min-height: 1em; }
.cih-aff-wallet-feedback.ok { color: #0b6b4f; }
.cih-aff-wallet-feedback.ng { color: #a4291c; }

/* ログインフォーム(未ログイン時にダッシュボードへ表示) */
.cih-aff-login { margin-top: 14px; }
.cih-aff-login .login-username,
.cih-aff-login .login-password { margin-bottom: 12px; }
.cih-aff-login label {
	display: block;
	font-size: 0.9rem;
	margin-bottom: 5px;
	color: #2b2b2b;
}
.cih-aff-login input[type="text"],
.cih-aff-login input[type="password"] {
	width: 100%;
	padding: 9px 11px;
	border: 1px solid #c4d0de;
	border-radius: 6px;
	font-size: 0.95rem;
	box-sizing: border-box;
}
.cih-aff-login .login-remember { margin-bottom: 12px; font-size: 0.88rem; }
.cih-aff-login .login-submit input[type="submit"] {
	background: #2f6f4f;
	color: #fff;
	border: 0;
	border-radius: 6px;
	padding: 10px 22px;
	font-size: 0.95rem;
	cursor: pointer;
}
.cih-aff-login .login-submit input[type="submit"]:hover { background: #275e43; }
.cih-aff-login-help {
	margin-top: 14px;
	font-size: 0.85rem;
	color: #666;
	line-height: 1.6;
}

/* ── 広告素材:バナー広告・テキスト広告(フェーズ5) ────────────── */

/* サイズ別の小見出し */
.cih-aff-banner-sizehead {
	font-size: 0.9rem;
	color: #3a4a5c;
	margin: 18px 0 8px;
	padding-bottom: 4px;
	border-bottom: 1px solid #e1e6eb;
}

/* バナー1枚分のブロック */
.cih-aff-banner-item {
	background: #f7f9fb;
	border: 1px solid #e1e6eb;
	border-radius: 8px;
	padding: 14px;
	margin-bottom: 14px;
}

.cih-aff-banner-preview {
	margin-bottom: 10px;
	text-align: center;
}

/* 「貼り付け用HTMLコード」のラベル */
.cih-aff-banner-label {
	display: block;
	font-size: 0.82rem;
	color: #3a4a5c;
	margin-bottom: 5px;
	font-weight: 600;
}

/* HTMLコードのテキストエリア(.cih-aff-url を継承しつつ等幅・複数行) */
.cih-aff-code-box {
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 0.8rem;
	line-height: 1.5;
	resize: vertical;
	box-sizing: border-box;
	white-space: pre;
	overflow-wrap: normal;
	overflow-x: auto;
}

/* テキスト広告の入力欄 */
.cih-aff-textad-form { margin-top: 8px; }
.cih-aff-textad-input {
	font-family: inherit;
	margin-bottom: 10px;
	resize: vertical;
}
