/* layout-hub — ALTIN KURAL: inline <style> yasak; Shared/_HubLayout.cshtml den ayiklandi. */
        [x-cloak] { display: none !important; }
        /* Motor içerik sayfaları (yasal vb.) için ortak başlık — hub turuncu strip. */
        .page-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
        .page-header-strip { width: 6px; align-self: stretch; min-height: 36px; border-radius: 9999px; background: #EA580C; flex-shrink: 0; }
        .page-header-text { min-width: 0; flex: 1; }
        .page-header-title { font-size: 22px; font-weight: 700; color: #111827; line-height: 1.25; margin: 0; }
        .page-header-subtitle { font-size: 14px; color: #6b7280; margin: 4px 0 0; }
        @media (min-width: 1024px) {
            .page-header-title { font-size: 28px; }
            .page-header-subtitle { font-size: 15px; }
            .page-header-strip { min-height: 44px; }
        }
        .modal-overlay { display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); backdrop-filter:blur(4px); z-index:9999; align-items:center; justify-content:center; }
        .modal-overlay.active { display:flex !important; }
        .modal-container { background:#fff; max-width:480px; width:95%; box-shadow:0 25px 50px -12px rgba(0,0,0,0.25); display:flex; flex-direction:column; }
        .modal-header { display:flex; align-items:center; justify-content:space-between; padding:16px 20px; border-bottom:1px solid #e5e7eb; }
        .modal-title { display:flex; align-items:center; gap:8px; font-size:16px; font-weight:600; color:#111827; margin:0; }
        .modal-close { background:none; border:none; font-size:20px; cursor:pointer; color:#9ca3af; padding:0 4px; line-height:1; }
        .modal-body { padding:20px; font-size:14px; color:#475569; }
        .modal-footer { display:flex; padding:12px 20px; border-top:1px solid #e5e7eb; gap:8px; justify-content:flex-end; }
        .dt-footer-right { display:flex; gap:8px; }
        .btn { padding:8px 18px; font-size:14px; font-weight:600; border-radius:var(--radius, 6px); cursor:pointer; border:none; }
        .btn-secondary { background:#f3f4f6; color:#374151; border:1px solid #e5e7eb; }
