/**
 * Modül: Listeler (Sadece Tasarım)
 */
.p-list { list-style: none !important; padding: 0 !important; margin: 25px 0 !important; }
.p-list li { position: relative; padding-left: 40px !important; margin-bottom: 15px !important; font-weight: 500; color: #475569; line-height: 1.6; }
.p-list li::before { position: absolute; left: 0; top: 2px; width: 26px; height: 26px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 900; }

.pl-check li::before { content: '✓'; background: #d1fae5; color: #059669; }
.pl-error li::before { content: '✕'; background: #ffe4e6; color: #e11d48; }
.pl-warn li::before { content: '!'; background: #fef3c7; color: #b45309; }
.pl-help li::before { content: '?'; background: #e0e7ff; color: var(--p-indigo); }
.pl-arrow li::before { content: '→'; background: #f1f5f9; color: #64748b; }
.pl-star li::before { content: '★'; background: #fffbeb; color: #d97706; }
