/*
---------------------------------------------------------------------------
DEVNITE STUDIOS
---------------------------------------------------------------------------
Project      : Kirzen 4.1
Organization : Devnite Studios
License      : Proprietary
Copyright    : © 2026 Devnite Studios. All rights reserved.

This source file is proprietary software developed and maintained by
Devnite Studios as part of the Kirzen 4.1 project.

Unauthorized copying, redistribution, modification, publication,
or reproduction of this file or any portion of its contents is strictly
prohibited without prior written authorization from Devnite Studios.
---------------------------------------------------------------------------
*/
.about-content { max-width: 720px; }
.about-section { margin-bottom: 48px; }
.about-section h2 { margin-bottom: 12px; font-size: 20px; font-weight: 700; letter-spacing: -0.3px; }
.about-section p { margin-bottom: 12px; color: var(--text-secondary); font-size: 15px; line-height: 1.7; }
.about-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.about-meta-item { display: flex; align-items: center; gap: 8px; padding: 10px 16px; border: 1px solid var(--border-color); border-radius: var(--radius-md); background-color: var(--bg-surface); font-size: 13px; }
.about-meta-label { color: var(--text-muted); }
.about-meta-value { color: var(--text-primary); font-weight: 600; }
.tech-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.tech-tag { padding: 4px 12px; border: 1px solid var(--border-color); border-radius: var(--radius-full); background-color: var(--bg-surface); color: var(--text-secondary); font-size: 12px; font-weight: 500; }
.about-section-technology { margin-top: 40px; }
