        /* —— 深色科技风 · 故事型教程 · 与首页统一 —— */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            background: #0a0f1a;
            color: #e3e9f5;
            font-family: 'Inter', 'SF Mono', 'Menlo', 'Monaco', 'Cascadia Code', 'Consolas', monospace;
            line-height: 1.5;
            -webkit-font-smoothing: antialiased;
        }

        body::before {
            content: "";
            position: fixed;
            top: 0; left: 0; width: 100%; height: 100%;
            background-image: 
                linear-gradient(rgba(16, 185, 129, 0.04) 1px, transparent 1px),
                linear-gradient(90deg, rgba(16, 185, 129, 0.04) 1px, transparent 1px);
            background-size: 48px 48px;
            pointer-events: none;
            z-index: 0;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
            position: relative;
            z-index: 2;
        }

        /* ----- 导航栏 (与首页一致) ----- */
        header {
            background: rgba(8, 14, 23, 0.85);
            backdrop-filter: blur(16px);
            border-bottom: 1px solid #1e3a5f;
            position: sticky;
            top: 0;
            z-index: 100;
        }

        .header-flex {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            padding: 12px 0;
        }

        .logo-area h1 {
            font-size: 1.9rem;
            font-weight: 700;
            background: linear-gradient(135deg, #a0e9ff, #4f9cf7, #6ee7b7);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            letter-spacing: -0.02em;
            text-shadow: 0 0 12px rgba(37,99,235,0.3);
        }

        .logo-area p {
            font-size: 0.7rem;
            color: #7f9bc2;
            margin-top: 4px;
            font-weight: 400;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .nav-links {
            display: flex;
            gap: 1.8rem;
            align-items: center;
            flex-wrap: wrap;
        }

        .nav-links a {
            text-decoration: none;
            font-weight: 530;
            color: #b0caf0;
            transition: all 0.15s;
            font-size: 0.9rem;
            padding: 6px 0;
            border-bottom: 2px solid transparent;
            font-family: inherit;
        }

        .nav-links a:hover,
        .nav-links a.active {
            color: #6ee7b7;
            border-bottom-color: #2dd4bf;
            text-shadow: 0 0 6px #14b8a6;
        }

        /* 故事标题区 */
        .story-hero {
            text-align: center;
            padding: 48px 0 20px;
        }

        .story-badge {
            display: inline-block;
            background: #0f2840;
            color: #7ad0ff;
            padding: 6px 24px;
            border-radius: 40px;
            font-weight: 600;
            border: 1px solid #2d5f8b;
            margin-bottom: 24px;
        }

        .story-hero h2 {
            font-size: 3.5rem;
            font-weight: 800;
            background: linear-gradient(135deg, #c4e6ff, #7dd3fc, #6ee7b7);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            line-height: 1.2;
        }

        .progress-track {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin: 30px 0 10px;
        }

        .progress-step {
            width: 80px;
            height: 6px;
            background: #1e3a5f;
            border-radius: 10px;
        }

        .progress-step.active {
            background: #2dd4bf;
            box-shadow: 0 0 15px #14b8a6;
        }

        /* 故事步骤卡片 (左文右图) */
        .story-step {
            background: rgba(12, 22, 34, 0.7);
            backdrop-filter: blur(12px);
            border: 1px solid #1e405b;
            border-radius: 48px;
            padding: 40px 40px;
            margin: 30px 0;
            display: grid;
            grid-template-columns: 1.2fr 0.9fr;
            gap: 40px;
            box-shadow: 0 20px 30px -10px #0000004d;
        }

        .step-left h3 {
            font-size: 2.4rem;
            font-weight: 700;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .step-num {
            background: #1e4b6e;
            width: 56px;
            height: 56px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            font-weight: 800;
            color: #a5f3fc;
        }

        .step-desc {
            color: #b0cee8;
            margin-bottom: 24px;
            font-size: 1.1rem;
        }

        .action-list {
            list-style: none;
        }

        .action-list li {
            margin-bottom: 16px;
            display: flex;
            align-items: flex-start;
            gap: 14px;
        }

        .action-icon {
            color: #2dd4bf;
            font-weight: bold;
            font-size: 1.5rem;
        }

        .warning-tip {
            background: #ef444420;
            border-left: 4px solid #ef4444;
            padding: 12px 18px;
            border-radius: 20px;
            margin-top: 24px;
            color: #fca5a5;
        }

        /* 右侧视觉区 (模拟截图/终端) */
        .step-visual {
            background: #0b1621;
            border-radius: 32px;
            padding: 24px;
            border: 1px solid #1e4970;
            box-shadow: inset 0 0 30px #00000055;
            font-family: 'SF Mono', monospace;
        }

        .visual-header {
            display: flex;
            gap: 8px;
            margin-bottom: 20px;
        }

        .visual-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ef4444;
        }
        .visual-dot.yellow { background: #fbbf24; }
        .visual-dot.green { background: #10b981; }

        .terminal-line {
            color: #9cc9ff;
            margin-bottom: 8px;
        }

        .terminal-prompt {
            color: #6ee7b7;
        }

        .mock-ui {
            background: #0f1e2c;
            border-radius: 20px;
            padding: 18px;
            margin-top: 20px;
        }

        .mock-row {
            display: flex;
            justify-content: space-between;
            color: #b0d0ff;
            margin-bottom: 10px;
        }

        /* 底部号召 */
        .cta-story {
            background: #07131e;
            border-radius: 48px;
            padding: 48px 30px;
            margin: 60px 0 40px;
            text-align: center;
            border: 1px solid #1a4b6d;
            box-shadow: 0 0 35px #00000099;
        }

        .cta-story h3 {
            font-size: 2.4rem;
            font-weight: 750;
            color: #d6ecff;
        }

        .btn-cyber-story {
            background: transparent;
            border: 2px solid #2dd4bf;
            color: #b9f3f0;
            padding: 18px 60px;
            border-radius: 60px;
            font-weight: 700;
            font-size: 1.5rem;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 0 28px #14b8a6;
            backdrop-filter: blur(8px);
            cursor: pointer;
        }

        /* footer */
        footer {
            background: #050b12f0;
            backdrop-filter: blur(8px);
            color: #9bb9da;
            padding: 40px 0 24px;
            margin-top: 40px;
            border-top: 1px solid #153e5a;
        }

        .footer-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 32px;
        }

        .footer-copyright {
            text-align: center;
            padding-top: 28px;
            font-size: 0.85rem;
            border-top: 1px solid #1a405a;
            margin-top: 20px;
        }

        a { color: #b0d4fc; text-decoration: none; }

        @media (max-width: 700px) {
            .story-step {
                grid-template-columns: 1fr;
            }
        }