/*
 * AWS SAP学習リソース - iam-identity-center-comparison-guide 専用CSS
 * ページ固有のレイアウト・セクション・コンポーネントスタイル
 *
 * 自動生成日: 2026-01-11 18:19:01
 */

* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
            color: #e2e8f0;
            line-height: 1.8;
            min-height: 100vh;
            padding: 20px;
        }
        
        .container {
            max-width: 1400px;
            margin: 0 auto;
        }
        
        /* ヘッダー */
        .header {
            text-align: center;
            padding: 60px 40px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
            border-radius: 24px;
            margin-bottom: 50px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
        }
        
        .header::before {
            content: '🔐';
            position: absolute;
            font-size: 15em;
            opacity: 0.1;
            top: -30px;
            right: -30px;
        }
        
        .header h1 {
            font-size: 2.8em;
            margin-bottom: 15px;
            position: relative;
            z-index: 1;
        }
        
        .header p {
            font-size: 1.3em;
            opacity: 0.95;
            position: relative;
            z-index: 1;
        }
        
        .badge {
            display: inline-block;
            background: rgba(255,255,255,0.2);
            padding: 8px 24px;
            border-radius: 30px;
            font-size: 0.95em;
            margin-top: 20px;
            backdrop-filter: blur(10px);
        }
        
        /* たとえ話セクション */
        .analogy-section {
            background: linear-gradient(135deg, #1e3a5f 0%, #0f172a 100%);
            border-radius: 24px;
            padding: 50px;
            margin-bottom: 50px;
            border: 2px solid #0ea5e9;
            position: relative;
            overflow: hidden;
        }
        
        .analogy-section::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(56, 189, 248, 0.1) 0%, transparent 50%);
            animation: pulse 8s ease-in-out infinite;
        }
        
        @keyframes pulse {
            0%, 100% { transform: scale(1); opacity: 0.5; }
            50% { transform: scale(1.2); opacity: 0.8; }
        }
        
        .analogy-title {
            font-size: 2em;
            color: #38bdf8;
            margin-bottom: 30px;
            text-align: center;
            position: relative;
            z-index: 1;
        }
        
        .analogy-intro {
            text-align: center;
            font-size: 1.2em;
            color: #94a3b8;
            margin-bottom: 40px;
            position: relative;
            z-index: 1;
        }
        
        .analogy-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            position: relative;
            z-index: 1;
        }
        
        @media (max-width: 1024px) {
            .analogy-grid {
                grid-template-columns: 1fr;
            }
        }
        
        .analogy-card {
            background: rgba(15, 23, 42, 0.8);
            border-radius: 20px;
            padding: 35px;
            text-align: center;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }
        
        .analogy-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }
        
        .analogy-card.identity-center {
            border-color: #10b981;
        }
        
        .analogy-card.identity-center:hover {
            box-shadow: 0 20px 40px rgba(16, 185, 129, 0.2);
        }
        
        .analogy-card.iam {
            border-color: #f59e0b;
        }
        
        .analogy-card.iam:hover {
            box-shadow: 0 20px 40px rgba(245, 158, 11, 0.2);
        }
        
        .analogy-card.cognito {
            border-color: #ec4899;
        }
        
        .analogy-card.cognito:hover {
            box-shadow: 0 20px 40px rgba(236, 72, 153, 0.2);
        }
        
        .analogy-icon {
            font-size: 5em;
            margin-bottom: 20px;
        }
        
        .analogy-card h3 {
            font-size: 1.5em;
            margin-bottom: 15px;
        }
        
        .analogy-card.identity-center h3 { color: #10b981; }
        .analogy-card.iam h3 { color: #f59e0b; }
        .analogy-card.cognito h3 { color: #ec4899; }
        
        .analogy-role {
            background: rgba(255,255,255,0.1);
            padding: 15px;
            border-radius: 12px;
            margin: 20px 0;
            font-size: 1.1em;
        }
        
        .analogy-card.identity-center .analogy-role { 
            background: rgba(16, 185, 129, 0.15);
            color: #6ee7b7;
        }
        .analogy-card.iam .analogy-role { 
            background: rgba(245, 158, 11, 0.15);
            color: #fcd34d;
        }
        .analogy-card.cognito .analogy-role { 
            background: rgba(236, 72, 153, 0.15);
            color: #f9a8d4;
        }
        
        .analogy-desc {
            color: #94a3b8;
            line-height: 1.8;
        }
        
        /* 図解セクション */
        .diagram-section {
            background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
            border-radius: 24px;
            padding: 50px;
            margin-bottom: 50px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
        }
        
        .diagram-title {
            font-size: 2em;
            text-align: center;
            margin-bottom: 40px;
            color: #f1f5f9;
        }
        
        .architecture-visual {
            background: #0f172a;
            border-radius: 20px;
            padding: 40px;
            margin-bottom: 30px;
        }
        
        .arch-row {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 20px 0;
            flex-wrap: wrap;
            gap: 20px;
        }
        
        .arch-box {
            padding: 20px 30px;
            border-radius: 15px;
            text-align: center;
            min-width: 180px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .arch-box:hover {
            transform: scale(1.05);
        }
        
        .arch-users {
            background: linear-gradient(135deg, #6366f1, #8b5cf6);
            box-shadow: 0 10px 30px rgba(99, 102, 241, 0.3);
        }
        
        .arch-identity-center {
            background: linear-gradient(135deg, #10b981, #059669);
            box-shadow: 0 10px 30px rgba(16, 185, 129, 0.3);
            min-width: 300px;
        }
        
        .arch-iam {
            background: linear-gradient(135deg, #f59e0b, #d97706);
            box-shadow: 0 10px 30px rgba(245, 158, 11, 0.3);
        }
        
        .arch-cognito {
            background: linear-gradient(135deg, #ec4899, #db2777);
            box-shadow: 0 10px 30px rgba(236, 72, 153, 0.3);
            min-width: 280px;
        }
        
        .arch-aws-account {
            background: linear-gradient(135deg, #3b82f6, #1d4ed8);
            box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
        }
        
        .arch-app {
            background: linear-gradient(135deg, #8b5cf6, #7c3aed);
            box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
        }
        
        .arch-arrow {
            font-size: 2em;
            color: #38bdf8;
            margin: 0 10px;
        }
        
        .arch-arrow-down {
            font-size: 2.5em;
            color: #38bdf8;
            text-align: center;
            margin: 15px 0;
        }
        
        .arch-label {
            font-size: 0.85em;
            color: #94a3b8;
            margin-top: 8px;
        }
        
        .arch-accounts-group {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }
        
        /* 比較表セクション */
        .comparison-section {
            background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
            border-radius: 24px;
            padding: 50px;
            margin-bottom: 50px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
        }
        
        .comparison-title {
            font-size: 2em;
            text-align: center;
            margin-bottom: 40px;
            color: #f1f5f9;
        }
        
        .comparison-table-wrapper {
            overflow-x: auto;
            border-radius: 16px;
            border: 1px solid rgba(148, 163, 184, 0.2);
        }
        
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95em;
        }
        
        .comparison-table th {
            padding: 20px;
            text-align: left;
            font-weight: 700;
            white-space: nowrap;
        }
        
        .comparison-table th:first-child {
            background: linear-gradient(135deg, #6366f1, #8b5cf6);
        }
        
        .comparison-table th.identity-center-header {
            background: linear-gradient(135deg, #10b981, #059669);
        }
        
        .comparison-table th.iam-header {
            background: linear-gradient(135deg, #f59e0b, #d97706);
        }
        
        .comparison-table th.cognito-header {
            background: linear-gradient(135deg, #ec4899, #db2777);
        }
        
        .comparison-table td {
            padding: 18px 20px;
            border-bottom: 1px solid rgba(148, 163, 184, 0.1);
            background: #0f172a;
        }
        
        .comparison-table tr:hover td {
            background: rgba(56, 189, 248, 0.05);
        }
        
        .comparison-table td:first-child {
            color: #38bdf8;
            font-weight: 600;
            background: rgba(56, 189, 248, 0.1);
        }
        
        .feature-check {
            color: #10b981;
            font-weight: bold;
        }
        
        .feature-cross {
            color: #ef4444;
        }
        
        /* ユースケースセクション */
        .usecase-section {
            background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
            border-radius: 24px;
            padding: 50px;
            margin-bottom: 50px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
        }
        
        .usecase-title {
            font-size: 2em;
            text-align: center;
            margin-bottom: 40px;
            color: #f1f5f9;
        }
        
        .usecase-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }
        
        @media (max-width: 1024px) {
            .usecase-grid {
                grid-template-columns: 1fr;
            }
        }
        
        .usecase-card {
            background: #0f172a;
            border-radius: 20px;
            padding: 35px;
            border-top: 5px solid;
            transition: all 0.3s ease;
        }
        
        .usecase-card:hover {
            transform: translateY(-5px);
        }
        
        .usecase-card.identity-center {
            border-color: #10b981;
        }
        
        .usecase-card.iam {
            border-color: #f59e0b;
        }
        
        .usecase-card.cognito {
            border-color: #ec4899;
        }
        
        .usecase-header {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 25px;
        }
        
        .usecase-icon {
            font-size: 2.5em;
        }
        
        .usecase-card.identity-center h3 { color: #10b981; }
        .usecase-card.iam h3 { color: #f59e0b; }
        .usecase-card.cognito h3 { color: #ec4899; }
        
        .usecase-list {
            list-style: none;
        }
        
        .usecase-list li {
            padding: 12px 0;
            border-bottom: 1px solid rgba(148, 163, 184, 0.1);
            display: flex;
            align-items: flex-start;
            gap: 12px;
            color: #94a3b8;
        }
        
        .usecase-list li:last-child {
            border-bottom: none;
        }
        
        .usecase-list li::before {
            content: '✓';
            font-weight: bold;
        }
        
        .usecase-card.identity-center .usecase-list li::before { color: #10b981; }
        .usecase-card.iam .usecase-list li::before { color: #f59e0b; }
        .usecase-card.cognito .usecase-list li::before { color: #ec4899; }
        
        /* 選択フローチャート */
        .flowchart-section {
            background: linear-gradient(135deg, #312e81 0%, #4c1d95 100%);
            border-radius: 24px;
            padding: 50px;
            margin-bottom: 50px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
        }
        
        .flowchart-title {
            font-size: 2em;
            text-align: center;
            margin-bottom: 40px;
            color: #e9d5ff;
        }
        
        .flowchart {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .flow-question {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 16px;
            padding: 25px;
            text-align: center;
            margin-bottom: 20px;
            border: 2px solid rgba(233, 213, 255, 0.3);
        }
        
        .flow-question-text {
            font-size: 1.2em;
            font-weight: 600;
            color: #e9d5ff;
            margin-bottom: 15px;
        }
        
        .flow-options {
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
        }
        
        .flow-option {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }
        
        .flow-arrow {
            font-size: 2em;
            color: #a78bfa;
        }
        
        .flow-answer {
            padding: 15px 30px;
            border-radius: 30px;
            font-weight: 600;
            font-size: 0.95em;
        }
        
        .flow-answer.yes {
            background: rgba(16, 185, 129, 0.2);
            color: #6ee7b7;
            border: 1px solid #10b981;
        }
        
        .flow-answer.no {
            background: rgba(245, 158, 11, 0.2);
            color: #fcd34d;
            border: 1px solid #f59e0b;
        }
        
        .flow-answer.app {
            background: rgba(236, 72, 153, 0.2);
            color: #f9a8d4;
            border: 1px solid #ec4899;
        }
        
        .flow-result {
            background: linear-gradient(135deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
            border-radius: 16px;
            padding: 30px;
            text-align: center;
            margin-top: 20px;
        }
        
        .flow-result-title {
            font-size: 1.3em;
            font-weight: 700;
            margin-bottom: 10px;
        }
        
        .flow-result.identity-center .flow-result-title { color: #10b981; }
        .flow-result.iam .flow-result-title { color: #f59e0b; }
        .flow-result.cognito .flow-result-title { color: #ec4899; }
        
        /* 連携図セクション */
        .integration-section {
            background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
            border-radius: 24px;
            padding: 50px;
            margin-bottom: 50px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
        }
        
        .integration-title {
            font-size: 2em;
            text-align: center;
            margin-bottom: 40px;
            color: #f1f5f9;
        }
        
        .integration-diagram {
            background: #0f172a;
            border-radius: 20px;
            padding: 40px;
        }
        
        .integration-note {
            background: rgba(56, 189, 248, 0.1);
            border-left: 4px solid #38bdf8;
            padding: 20px 25px;
            border-radius: 0 12px 12px 0;
            margin-top: 30px;
            color: #7dd3fc;
        }
        
        /* まとめセクション */
        .summary-section {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
            border-radius: 24px;
            padding: 60px;
            text-align: center;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
        }
        
        .summary-title {
            font-size: 2.5em;
            margin-bottom: 30px;
        }
        
        .summary-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
            margin: 40px 0;
        }
        
        @media (max-width: 1024px) {
            .summary-cards {
                grid-template-columns: 1fr;
            }
        }
        
        .summary-card {
            background: rgba(255, 255, 255, 0.15);
            border-radius: 16px;
            padding: 30px;
            backdrop-filter: blur(10px);
        }
        
        .summary-card-icon {
            font-size: 3em;
            margin-bottom: 15px;
        }
        
        .summary-card h4 {
            font-size: 1.3em;
            margin-bottom: 10px;
        }
        
        .summary-card p {
            opacity: 0.9;
            font-size: 0.95em;
        }
        
        .summary-conclusion {
            background: rgba(255, 255, 255, 0.2);
            border-radius: 16px;
            padding: 30px;
            margin-top: 30px;
            font-size: 1.1em;
            line-height: 1.8;
        }
        
        /* キーポイントカード */
        .key-point-row {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin: -40px 20px 40px;
            position: relative;
            z-index: 10;
        }
        
        @media (max-width: 1024px) {
            .key-point-row {
                grid-template-columns: 1fr;
                margin: -30px 10px 30px;
            }
        }
        
        .key-point-card {
            background: #1e293b;
            border-radius: 16px;
            padding: 25px;
            text-align: center;
            border: 1px solid rgba(148, 163, 184, 0.2);
            transition: all 0.3s ease;
        }
        
        .key-point-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
        }
        
        .key-point-card.identity-center {
            border-top: 4px solid #10b981;
        }
        
        .key-point-card.iam {
            border-top: 4px solid #f59e0b;
        }
        
        .key-point-card.cognito {
            border-top: 4px solid #ec4899;
        }
        
        .key-point-emoji {
            font-size: 2.5em;
            margin-bottom: 10px;
        }
        
        .key-point-name {
            font-size: 1.1em;
            font-weight: 700;
            margin-bottom: 8px;
        }
        
        .key-point-card.identity-center .key-point-name { color: #10b981; }
        .key-point-card.iam .key-point-name { color: #f59e0b; }
        .key-point-card.cognito .key-point-name { color: #ec4899; }
        
        .key-point-desc {
            color: #94a3b8;
            font-size: 0.9em;
        }
    
    
    

    

    

    

    

    

    

    /* 読書進捗インジケーター */
    

    

    

    /* トップに戻るボタン */
    

    

    

    

    @media (max-width: 768px) {
        
        
        
        
        
    }