*{box-sizing:border-box}html,body,#root{height:100%;margin:0;background:#000000}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.app-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:12px 16px;border-bottom:1px solid #222}.app-header .app-title-full{display:inline}.app-header .app-title-short{display:none}.app-header .app-user-name,.app-header .nav-btn-full{display:inline}.app-header .nav-btn-short{display:none}.app-main{padding:24px}@media (max-width: 640px){.app-header{padding:10px 12px;gap:8px}.app-header .app-title-full{display:none}.app-header .app-title-short{display:inline}.app-header .app-user-name,.app-header .nav-btn-full{display:none}.app-header .nav-btn-short{display:inline}.app-main{padding:12px}}
