Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.9
    Preparing search index...
    PhilosophySection: React.FC<PhilosophySectionProps> = ...

    Philosophy Section Container Component

    Korean: 철학 섹션 컨테이너

    Reusable container for philosophy screen sections with:

    • Bilingual title (Korean | English)
    • Customizable border color
    • Glassmorphic background styling
    • Responsive padding and spacing
    • Consistent Korean cyberpunk aesthetic

    Features:

    • Korean theming with gradient borders
    • Smooth shadow effects
    • Mobile-optimized layout
    • Semantic HTML structure
    <PhilosophySection
    title={{ korean: "팔괘 철학", english: "Trigram Philosophy" }}
    borderColor={KOREAN_COLORS.PRIMARY_CYAN}
    isMobile={false}
    >
    <TrigramGrid />
    </PhilosophySection>