/* ADMIN CSS */
:root { --brand-primary: #00529C; --bg-body: #F5F7FA; }
body { font-family: 'Roboto', sans-serif; background-color: var(--bg-body); }
.navbar-kizuna { background-color: #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.05); padding: 12px 0; border-top: 4px solid var(--brand-primary); }
.brand-container { display: flex; align-items: center; text-decoration: none; }
.brand-img { height: 48px; width: auto; display: block; }
.brand-text { display: flex; flex-direction: column; justify-content: center; border-left: 1px solid #e0e0e0; margin-left: 15px; padding-left: 15px; height: 40px; }
.brand-title { font-weight: 700; font-size: 1.25rem; color: var(--brand-primary); line-height: 1.1; }
.brand-subtitle { font-size: 0.85rem; color: #888; font-weight: 400; margin-top: 2px; }

/* Admin Specific */
.admin-card { border: none; box-shadow: 0 0 15px rgba(0,0,0,0.05); }
.app-thumb-admin { width: 60px; height: 60px; object-fit: contain; border-radius: 8px; border: 1px solid #e0e0e0; background: #fff; padding: 5px; }
.preview-box { height: 120px; background: #f8f9fa; display: flex; align-items: center; justify-content: center; border-radius: 8px; margin-top: 10px; overflow: hidden; border: 1px dashed #ccc; }
.preview-box img { max-width: 100%; max-height: 100%; object-fit: contain; }
footer { background-color: #333; color: #aaa; padding: 25px 0; margin-top: auto; font-size: 0.9rem; }