/*
Theme Name: App Child Theme
Template: generatepress
Version: 0.1.0
*/

/* App shell minimal */
.i24app-shell { min-height: 100vh; }
.i24app-container { max-width: 1200px; margin: 0 auto; padding: 16px; }
.i24app-header { display:flex; gap:12px; align-items:center; justify-content:space-between; padding: 12px 16px; border-bottom: 1px solid rgba(0,0,0,.08); }
.i24app-brand { font-weight: 700; }
.i24app-nav a { margin-right: 10px; text-decoration: none; }
.i24app-shell .i24sc-topbar{display:none!important}
